namespaceexam.jspx

来自「JavaWeb高级特性书中源代码」· JSPX 代码 · 共 11 行

JSPX
11
字号
<html xmlns="http://www.w3.org/1999/xhtml" 
	xmlns:c="http://java.sun.com/jsp/jstl/core" 
	xmlns:u="urn:jsptagdir:/WEB-INF/tags/mylib" 
	xmlns:hello="urn:jsptld:/WEB-INF/jsp-taglib.tld">
	<u:headInfo title= '%= "an jspDocument example" %' />
	<body>
		<c:set var="title" value="Hello" />
		<h1><c:out value="${title}" /></h1>
		<hello:helloWorld />
	</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?