标签:lin oct sans glib htm false tag charset 4.0
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>taglib</title>
</head>
<body>
<c:if test="${1<2}">
<c:out value="1<2 is true"/>
</c:if>
<c:if test="${1>2}">
<c:out value="1>2 is false"/>
</c:if>
</body>
</html>
标签:lin oct sans glib htm false tag charset 4.0
原文地址:http://www.cnblogs.com/zl0717/p/7457143.html