使用js使表单自动提交时间:2022-06-29 03:40:28 function sub(){ document.yeepay.submit(); } setTimeout(sub,1000);//以毫秒为单位的.1000代表一秒钟.根据你需要修改这个时间. //-->