这段代码怎么理解
actionscript吧
全部回复
仅看楼主
level 1
冰封earth9 楼主
hash = Crypto.getHash(\"md5\");
data = Hex.toArray(Hex.fromString(txt));
ret = Hex.fromArray(hash.hash(data)).toLowerCase();
ActionScript代码来的,解释的越详细越好
2017年03月02日 08点03分 1
1