为什么我得到一个未定义的函数http://jsfiddle.net/Arandolph0/8eukN/3/
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<form id="frmcheckbxs" >
<c:set var="recordCount" value="2"/>
<input type="checkbox" id="chkRefId${recordCount}" onclick="checkRushed ('frmcheckbxs','chkRefId','2')" />
<input type="checkbox" id="chkRefId1" />
</form>
我检查了一下,它看起来不像是错字,它似乎是功能性的。