05 2016 档案
微信企业号开发node版
摘要:第一步:根据corpid和secret去微信接口'https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=' + config.appId + '&corpsecret=' + config.appSecret;这里拿到access_token, ac 阅读全文
posted @ 2016-05-27 16:37 低调活,高调唱 阅读(512) 评论(0) 推荐(0)
html5 FileReader
摘要:这是对 FileReader的进一步封装 html代码为: 但是要事先引入jQuery和这个jq插件 传参方式如下: 阅读全文
posted @ 2016-05-08 00:18 低调活,高调唱 阅读(320) 评论(0) 推荐(0)