摘要: String.prototype.MD5 = function (bit) { var sMessage = this; function RotateLeft(lValue, iShiftBits) { return (lValue << iShiftBits) | (lValue >>> (32 阅读全文
posted @ 2020-05-29 08:46 LBO.net 阅读(3922) 评论(0) 推荐(0)
//返回顶部