2023年5月4日

摘要: 前端Base64加密和解密 编码:btoa(encodeURIComponent(JSON.stringify({"UserID": "0001"})))解码:JSON.parse(decodeURIComponent(atob('JTdCJTIyVXNlcklEJTIyJTNBJTIyMDAwMS 阅读全文
posted @ 2023-05-04 16:17 贪狼木星 阅读(211) 评论(0) 推荐(0)

导航