尝试像这样使用JSTL构建:
<input type="button" <c:if test="${variable == false}"><c:out value="disabled='disabled'"/></c:if>">有关更多示例,请参见http://www.ibm.com/developerworks/java/library/j-jstl0211/index.html

尝试像这样使用JSTL构建:
<input type="button" <c:if test="${variable == false}"><c:out value="disabled='disabled'"/></c:if>">有关更多示例,请参见http://www.ibm.com/developerworks/java/library/j-jstl0211/index.html