html中怎么用js实现提交表单

html中怎么用js实现提交表单

function sub(){ document.表单名.submit()} setTimeout(sub,10000)以毫秒为单位的.1000代表一秒钟.根据你需要修改这个时间. --&gt还有一种解决思路 页面onloa
html-css60