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
相關文章
相關標籤/搜索