data 要加密的明文; key 秘钥; iv 偏移; mode 加密的模式; padding 填充 ... const encrypted = (data) => { var encrypt = new JSEncrypt(); const ...
確定! 回上一頁