Ta上传的资源 (0)

//公钥加密function encrypt(data){ var obj = new JSEncrypt(); obj.setPublicKey(RSA_PUBLIC_KEY); //公钥 var data = obj.encrypt(data); return da