applicationresources.properties
来自「struts validate框架示例」· PROPERTIES 代码 · 共 7 行
PROPERTIES
7 行
# Resources for parameter 'prj9_1.ApplicationResources'
error.null={0} cannot be null!
error.email=email is not correct!
error.number={0} must be a number!
error.minlength=minlength of {0} is {1}!
error.maxlength=maxlength of {0} is {1}!
error.range={0} must between {1} and {2}!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?