摘要:
DES加密: DES解密: 阅读全文
摘要:
/// /// MD532位加密方式 /// /// 用户原始密码 /// public static string MD5EncryptTo32(string str) { string cl = str; string pwd = ""; ... 阅读全文
摘要:
后台返回的时间是一个格式为 /Date(1530153274362)/ 的unxi时间戳前台转换代码:var matchResult = data.match(/(\d+)/);if (matchResult != null && matchResult.index > 0) { curTime = 阅读全文