重工电子论坛

标题: 微信SDK 调用文档 [打印本页]

作者: 李维强-15级    时间: 2016-12-3 03:25
标题: 微信SDK 调用文档
本帖最后由 李维强-15级 于 2016-12-3 03:29 编辑

https://mp.weixin.qq.com/wiki/7/ ... 5.E6.8E.A5.E5.8F.A3

主要应用JS-SDK
作者: 李维强-15级    时间: 2016-12-4 13:59
微信分享
http://www.jianshu.com/p/e101d8c5df02
作者: 李维强-15级    时间: 2016-12-5 00:03
https://mp.weixin.qq.com/wiki/home/index.html
作者: 李维强-15级    时间: 2016-12-5 16:41
签名校验工具
http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign
作者: 李维强-15级    时间: 2016-12-11 17:59
微信里面启用图片预览(也就是 可以看大图的方法)

[HTML] syntaxhighlighter_viewsource syntaxhighlighter_copycode
           var srcList = [];
           $.each($('body img'),function(i,item){  //$('.info_detail .container img') 容器中的图片
               if(item.src) {
                   srcList.push(item.src);
                   $(item).click(function(e){
                       wx.previewImage({
                           current: this.src,
                           urls: srcList
                       });
                   });
               }
           });





欢迎光临 重工电子论坛 (http://www.cqutlab.cn/) Powered by Discuz! X3.1