arg参数表示在resource文件中的占位符,有四个<arg0>----<arg3>,但也可以都写成<arg>,用position表示位置
如下
<arg key="loginForm.username.displayname" position="0"/>
<arg name="minlength" key="${var:minlength}" resource="false" position="1"/>
本文介绍了在resource文件中如何使用arg参数作为占位符,包括不同arg参数的使用方式和示例。通过position属性来指定参数的位置。
arg参数表示在resource文件中的占位符,有四个<arg0>----<arg3>,但也可以都写成<arg>,用position表示位置
如下
<arg key="loginForm.username.displayname" position="0"/>
<arg name="minlength" key="${var:minlength}" resource="false" position="1"/>
被折叠的 条评论
为什么被折叠?