摘要: function base64_encode (str) { // 编码,配合encodeURIComponent使用 var c1, c2, c3; var base64EncodeChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw 阅读全文
posted @ 2018-02-01 18:02 SKILL·NULL 阅读(29268) 评论(2) 推荐(1)