Uncaught ReferenceError: SetRowCanEdit is not defined at addRow () HTMLInputElement.onclick()

错误类型一:
thertyfivekv.html:454 Uncaught ReferenceError: SetRowCanEdit is not defined
at addRow (thertyfivekv.html:454)
at HTMLInputElement.onclick (thertyfivekv.html:231)
解决办法:
https://jingyan.baidu.com/article/fc07f98965071d12ffe5192c.html
错误类型二:表单提交已取消,因为表单未连接
Form submission canceled because the form is not connected
解决方法:
https://blog.csdn.net/AnPHPer/article/details/78303669?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dist_request_id=715f3f77-d578-4f2e-8c82-fe0cba8656ca&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.control
错误描述:
我一直在用FF浏览器和IE浏览器调试。好处是FF报错少,IE可以步进。但是尽管前端能够报错,程序照样运行。新增表格时和提交时错误代码、运行结果如下:
在这里插入图片描述
但当我尝试console,切换谷歌浏览器时,错误也如上图。本意是在浏览器console输出结果,在此记录一下,以便寻找问题来源。

猜你喜欢

转载自blog.csdn.net/weixin_41760494/article/details/114158167