applicationresources.properties
来自「struts的简单应用的一个helloapp小程序」· PROPERTIES 代码 · 共 14 行
PROPERTIES
14 行
# Resources for parameter 'com.huazhengyangguang.struts.ApplicationResources'# Project P/helloapp#Application Resources for the "Helo" sample applicationhello.jsp.title=Hello-A first Struts programhello.jsp.page.heading=Hello World! A first Struts applicationhello.jsp.prompt.person=Please enter a UserName to say hello to :hello.jsp.page.hello=Hello #Validation ang error message for HelloForm.java and HelloAction.java hello.dont.talk.to.monster=We don't want to say hello to Monster!!! hello.no.username.error=Please enter a <i>UserName</i> to say hello to!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?