Tag: pojo

在jquery中的元素列表之后的SyntaxError:missing]

我想为StudentDetailsVo列出项目分配对象。 我一直在收到这个错误。 $(“#searchAtten”).click(function(){ $(“#tablerows”).empty(); var sectionId=$(“#selSection :selected”).attr(“id”); var studid=$(“#studentid”).val(); var datee = ${resultVO.monthEndDate} var reqD = ${resultVO.reqdEndDate} //I need to assign object here var namem =${resultVO.studentList} alert(“namem”+namem); var betweentDate= reqD-datee; alert(“betweentDate = “+betweentDate); for(var i=1;i<=datee;i++){ alert(i); $("#tableRows tr").append('’+i+”); } if(sectionId == undefined) { sectionId = “null”; } if(studid == “”) { studid = “null”; } […]