cocos2d js 加密和编码

getMd5:function(code) {       return hex_md5(code);//进行md5加密json },编码 getEncode64:function(code) {       return base64_encode(code);//进行64位编码 }, getDecode64:function(code) {       return base64_decode
相关文章
相关标签/搜索