<script> window.onload = function(){ document.getElementById('form').submit(); } </script>
解决方法
Make sure that there is noname="submit"orin the form
相关文章:
<script> window.onload = function(){ document.getElementById('form').submit(); } </script>
解决方法
Make sure that there is noname="submit"orin the form
相关文章: