greetings2.tag
来自「beginJsp2.0外文书籍源代码」· TAG 代码 · 共 9 行
TAG
9 行
public Greetings2Tag extends SimpleTagSupport
{
public void doTag() throws JspException
{
getJspContext.getOut().write(
"Hello, welcome to the world of Simple tags!");
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?