首页
登录
主页
/
/
studyjs
15 积分
查看话题收藏
注册时间 12 年前
最近创建的话题
怎么我用复制粘贴,不能将所选内容贴到内容里面去?
12 年前
<code></code>
12 年前
为什么我的click()事件不能用,坐等,谢谢! <head> [removed] var i=0; function test1(){ alert("hello"); i++; var f=document.getElementById("files1"); if(f!=null){ f.disabled=true; } alert(i); if(i==3){ var f=document.getElementById("files1"); f.disabled=false; f.id="ss"; alert("what"); f.click();//为什么这里没有执行 alert("why"); } } </head> <body> <div id="filedt" onclick="test1()"> <input type="file" name="file" id="files1"/> </div> </body> </html>
12 年前
查看更多»
最近参与的话题
为什么我的click()事件不能用,坐等,谢谢! <head> [removed] var i=0; function test1(){ alert("hello"); i++; var f=document.getElementById("files1"); if(f!=null){ f.disabled=true; } alert(i); if(i==3){ var f=document.getElementById("files1"); f.disabled=false; f.id="ss"; alert("what"); f.click();//为什么这里没有执行 alert("why"); } } </head> <body> <div id="filedt" onclick="test1()"> <input type="file" name="file" id="files1"/> </div> </body> </html>
12 年前
查看更多»
个人信息
studyjs
积分: 15
“ 这家伙很懒,什么个性签名都没有留下。 ”
发布话题
RSS
|
源码地址
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。