摘要:MessageFormat.format("region = '{0}'", "en");实际结果是region = {0}如果需要被替换的话,需要用双单引号 MessageFormat.format("region = ''{0}''", "en");
阅读全文
posted @ 2019-02-01 18:31
|
|||
02 2019 档案
摘要:MessageFormat.format("region = '{0}'", "en");实际结果是region = {0}如果需要被替换的话,需要用双单引号 MessageFormat.format("region = ''{0}''", "en");
阅读全文
posted @ 2019-02-01 18:31
|
|||