SuperWeb
SuperWeb copied to clipboard
文件上传没有办法使用
DEMO的文件上传功能,是作者写的HTML错了 jsuploadfile.html 中修改一下
bindEvent(window, 'load', function() { var ip = document.getElementById("file_upload"); bindEvent(ip, 'click', function(e){ // alert("我是" + this + "元素, 你点击了我!"); alert("js 调 android 成功"); if(window.agentWebX5!=null && typeof(window.agentWebX5)!="undefined"){ window.agentWebX5.uploadFile(); }else{ alert(typeof(window.agentWebX5)); } }); });