messageresources.properties

来自「一本jsp自学教材」· PROPERTIES 代码 · 共 21 行

PROPERTIES
21
字号
# -- testStruts --
testStruts.title=The First Struts Example
testStruts.Topic=Please Input Username And Password:
testStruts.username=UserName:
testStruts.password=Password:
testStruts.message=This is the first Struts program,Introducing the basic Struts knowledge。
testStruts.result=Result:
#--login--
login.title=The Second StrutsExample
login.Topic=Please Input Username And Password.
login.username=UserName:
login.password=Password:
login.code=Code:
login.message=This is the first Struts program,Introducing the basic Struts knowledge.
login.result=Result:
#--error--
error.code=<LI>The Wrong Code Inputting.<BR>
error.username=<LI>The UserName Is NULL.<BR>
error.password=<LI>The password Is NULL.<BR>
message.ip=The Server IP:127.0.0.1

⌨️ 快捷键说明

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