JINLINHUOFENG 2013-08-12
开发中一般都要和前台打交道。
项目是2001年上线的,前端脚本是javascript。没有任何的框架。
一些问题也很诡异:
input控件,name="queryAmt"onclick="queryAmt()"
然后在script脚本里定义了单击触发的queryAmt方法
functionqueryAmt(){}
点击后提示脚本错误。
最后才知道,方法名和控件name一致就报错。
<table id="table" class="table table-striped table-bordered table-hover table-nowrap" width="100%&qu