PHP加密JS解密 PHP加密: function strencode2($string) { $string = base64_encode ( $string ); $key = ‘123456’; $len = s … 继续阅读 PHP加密JS解密