ex12_7_new.jsp
来自「Java与面向对象程序设计实验教学讲义.复数类的实现,复数类的复杂运算,身份证号」· JSP 代码 · 共 15 行
JSP
15 行
<%@ page contentType="text/html; charset=gb2312" %><html><head> <%@ taglib uri="/WEB-INF/tlds/NewExample" prefix="testTag" %> <title>使用标签<testTag:newexample/></title></head><body> <UL> <Br>使用默认范围:<testTag:newexample/> <Br>1000以内:<testTag:newexample range="1000" /> <Br>10000以内:<testTag:newexample range="10000" /> </UL></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?