摘要:
var obj = document.getElementsByName("interest");//选择所有name="interest"的对象,返回数组 var s='';//如果这样定义var s;变量s中会默认被赋个null值 for(var i=0;i<obj.length;i++){ i 阅读全文
摘要:
if (caseBrief) { $("#ILLEGAL_ACT").text(" 你(单位) "+caseBrief+"\r\n"+"违反了《 》第 条第 款 项的规定,依据《 》第 条第 款第 项的规定,决定给予下列行政处罚:"); L5.fireEvent("ILLEGAL_ACT", "bl 阅读全文
摘要:
jQuery核心库文件:jquery-1.8.2.js jquery form 库文件:jquery.form.js html代码 js代码 java代码 阅读全文
摘要:
两个select 内容相互移动 阅读全文
摘要:
echarts.common.min.js !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define 阅读全文
摘要:
@RequestMapping(value = {"","list"}) public String viewList(Model model, HttpServletResponse response,HttpServletRequest request){ String start = request.getParameter("start"); L... 阅读全文
摘要:
@RequestMapping(value = "list") public String tailorList(Model model, @RequestParam(value = "pageNo", defaultValue = "1") int pageNo, @RequestParam(va 阅读全文
摘要:
在同一个 <c:choose> 中,当所有 <c:when> 的条件都没有成立时,则执行 <c:otherwise> 的本体内容。 语法 <c:otherwise> 本体内容 </c:otherwise> 属性 无 限制 ·<c:otherwise> 必须在 <c:choose> 和 </c:cho 阅读全文
摘要:
form是取到了 [{LABEL=延庆县}]字符串 然后 label 最后一个get(“里放的是label”) 阅读全文