zhangzhaopds/WeixinApp_RSA_Signature

例子里对对encrypt_rsa重复赋值

baronliu opened this issue · 1 comments

var encrypt_rsa = new RSA.RSAKey();
encrypt_rsa = RSA.KEYUTIL.getKey(publicKey_pkcs1);

这里为什么重复对encrypt_rsa赋值,删掉上面的可以吗?

@baronliu 表示看不懂这写法