摘要: <c:if> 标签必须要有test属性,当test中的表达式结果为true时,则会执行本体内容;如果为false,则不会执行。例 如:${requestScope.username = = 'admin'},如果requestScope.username等admin时,结果为true;若它的内容不等 阅读全文