摘要: 1 function Base64() { 2 3 // private property 4 var _keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; 5 6 // public method for encoding 7 this... 阅读全文
posted @ 2018-07-02 21:28 boyanh 阅读(3591) 评论(0) 推荐(0) 编辑
摘要: 后台传过来的值需要根据content-Type的值来判定成功与否 获取header中content-Tyep的值 用res.header['Content-Type'] 阅读全文
posted @ 2018-07-02 21:24 boyanh 阅读(686) 评论(0) 推荐(0) 编辑