Uncaught TypeError: xxx.submit is not a function解決方案

    問題詳情:後端

    後端的程序寫的都沒有問題。在點擊button的時候會出現錯誤jsp

    Uncaught TypeError: targetForm.submit is not a function
        at login ((index):11)
        at HTMLInputElement.onclick ((index):26)
spa

    解決方案:把jsp中的<input>組件的名字改爲其餘的,但不要是submit。orm

    還遇到過一個問題,就是把onclick=「register();」的時候程序也會出現一樣的問題,把register換成其餘字母便可。get

相關文章
相關標籤/搜索