<script>
 window.onload = function(){
 document.getElementById('form').submit();
}
</script>

解决方法
Make sure that there is no name="submit" or  in the form

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-11-07
  • 2021-11-13
  • 2022-01-06
  • 2021-11-13
猜你喜欢
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2022-02-14
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案