vincent AS语言怎么调用MD5加密?还有正则判断?private static function RegExpFunc(reg:RegExp,str:String):Boolean { var p:RegExp=reg; return p.test(str) ; }