applicationresources.properties

来自「100多M的J2EE培训内容」· PROPERTIES 代码 · 共 14 行

PROPERTIES
14
字号
login.title=Struts Demo
login.heading=<h1>Welcome to the StrutsDemo !</h1>
login.message=Welcome to the StrutsDemo !
input.xiwbz=Please input xiwbz :
input.shancbz=Please input shancbz :
loginOK.title= User Login Successfull
inputOK.message=<h1>Login Successfull !</h1>
error.shancbz.required=<h3><font color="red">shancbz is Required !</font></h3>
error.xiwbz.required=<h3><font color="red">xiwbz is Required !</font></h3>
error.Shancbz.wrong=<h3><font color="red">Shancbz is Wrong !</font></h3>
error.Xiwbz.wrong=<h3><font color="red">Xiwbz is Wrong !</font></h3>
errors.footer=</ul><hr>
errors.header=<h3><font color="red">Validation Error</font></h3>You must correct
the following error(s) before proceeding:<ul>

⌨️ 快捷键说明

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