jquery ocupload一键上传文件应用
官网其中的例子:var myUpload = $(element).upload({ name: 'file', action: '', enctype: 'multipart/form-data', params: {}, autoSubmit: true, o
[Error] 'to_string' was not declared in this scope
[Error] 'to_string' was not declared in this scope由于to_string是c++11里面的,而dev没有c++11的环境,我们只需找到工具->编译选项,添加*-std=c++11* ![在这里插入图片描述](https://img-blog.csdnimg.cn/2019032821094857.png?x-oss-process=im...
微信JSSDK调用微信扫一扫功能的方法
如何利用微信JSSDK调用微信扫一扫功能?具体内容如下
1 确保有 调起微信扫一扫接口 权限,测试号可能不行;