weatherforecastajax.jsp
来自「ajax基础教程配套的例子源代码」· JSP 代码 · 共 18 行
JSP
18 行
<%@ taglib uri="http://taconite.sf.net/tags" prefix="tac" %><tac:taconiteRoot> <tac:replaceChildren contextNodeID="forecastLocation" parseOnServer="true"> <%@ include file="weatherLocation.jsp" %> </tac:replaceChildren> <tac:replaceChildren contextNodeID="weatherContent" parseOnServer="true"> <%@ include file="weatherTable.jsp" %> </tac:replaceChildren> </tac:taconiteRoot>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?