documen.getElementById(...).submit() is not a function
error:Uncaught TypeError:documen.getElementById(…).submit() is not a function
solution:Make sure that there is no name=‘submit’ or id=‘submit’ in the form调用from标签的submit()功能报错,查下来发现是因为有
把id改成其他名称之后恢复...
原创
2019-09-02 13:27:39 ·
755 阅读 ·
0 评论