sunny123456

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2023年4月13日

摘要: JS字符串转base64格式 原文链接:https://www.cnblogs.com/liu-fei-fei/p/7251105.html var Base64 = { // private property _keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgh 阅读全文
posted @ 2023-04-13 09:08 sunny123456 阅读(1324) 评论(0) 推荐(0)

摘要: js字符串转base64 原文链接:https://blog.csdn.net/qq_40666120/article/details/120146906 字符串转base64 function encode(str){ // 对字符串进行编码 var encode = encodeURI(str) 阅读全文
posted @ 2023-04-13 09:07 sunny123456 阅读(352) 评论(0) 推荐(0)