会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
秃头的铲屎官
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年10月9日
微信公众号开发,前端通过js获取微信签名的sha1加密
//SHA1 加密 function encodeUTF8(s) { var i, r = [], c, x; for (i = 0; i < s.length; i++) if ((c = s.charCodeAt(i)) < 0x80) r.push(c); else if (c < 0x800
Read More
posted @ 2022-10-09 16:49 秃头的铲屎官
Views(531)
Comments(0)
Diggs(0)
Edit
公告