2019年1月2日

Base64编码解码JS

摘要: function Base64() { // private property _keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; // public method for encoding this.encode = function (input)... 阅读全文

posted @ 2019-01-02 18:27 Ben丶大壮 阅读(207) 评论(0) 推荐(0)

导航