??????????????????????????? MessageFormat.format
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了??????????????????????????? MessageFormat.format相关的知识,希望对你有一定的参考价值。
??????????????? ?????? str ?????? message ?????? form blog word
String content = "ab,cc,{??????},{??????},{??????},dd,ff"; String array[] = {userName, password, format.format(new Date())}; content = MessageFormat.format(content, array);??????
????????????:
content ???????????????????????????{}???????????????array?????????????????????????????????????????????????????????MessageFormat??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
MessageFormat:??????java.text?????????
以上是关于??????????????????????????? MessageFormat.format的主要内容,如果未能解决你的问题,请参考以下文章