//AES-128-CBC加密模式,key需要为16位,key和iv可以一样 function encryptAES(data) { var key = CryptoJS.enc.Utf8.parse('123456789abcdefg') ...
確定! 回上一頁