📌  相关文章
📜  如何创建没有提交按钮的表单 javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:18.242000             🧑  作者: Mango

代码示例1
//you have to have the form tag in this format 
//from there you would have to create a function function myFunction() { document.getElementById("myFunction").submit(); } //if this does not work, start to pray lol and do a lot of digging in //the browser, good luck !