中国开发网: 论坛: 程序员情感CBD: 贴子 410541
JoJo
刚装了eclipse,做个例子给老玉米看看吧
<?xml version="1.0" encoding="utf-8" ?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0">
<jsp:directive.page language="java"
contentType="text/html; charset=utf-8" pageEncoding="utf-8" />
<jsp:text>
<![CDATA[ <?xml version="1.0" encoding="utf-8" ?> ]]>
</jsp:text>
<jsp:text>
<![CDATA[ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ]]>
</jsp:text>
<jsp:scriptlet>request.setCharacterEncoding("utf-8");</jsp:scriptlet>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Insert title here</title>
</head>
<body>
<h1>${empty param.name ? "请输入你的名字":"你好,"}${param.name}</h1>
<form action="index.jsp" method="post"><label>请输入:</label> <input
name="name" /> <input name="submit" type="submit" /></form>
</body>
</html>
</jsp:root>

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录