netbuffer
Results
3
issues of
netbuffer
调试jsapi使用发现,jsapi_demo.php中的wx.config方法参数绑定大小写不正确,应该是这样: ``` wx.config({ debug: true, appId: '', // 必填,公众号的唯一标识 timestamp: , // 必填,生成签名的时间戳,切记时间戳是整数 型,别加引号 nonceStr: '', // 必填,生成签名的随机串 signature: '', // 必填,签名,见附录1 }) ```
Can it run on windows?How to do?
您的博客中的侧栏效果挺棒的,能否封装出个组件来呢