12 2016 档案

摘要:var arr = [ "a", "b", "c", "d", "e" ]; arr.join(); 得到 a,b,c,d,e arr.join("-"); 得到 a-b-c-d-e 阅读全文
posted @ 2016-12-26 11:46 人间四月 阅读(15909) 评论(0) 推荐(0)
摘要:使用c标签或者s标签的 if. (1)c标签.比如: <c:if test="${ex==1}">男</c:if> (2)s标签.比如 <s:if test="#request.remark"><img src="${userImg}" /></s:if><s:else><img src="222. 阅读全文
posted @ 2016-12-24 16:35 人间四月 阅读(586) 评论(0) 推荐(0)