Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们将"*"其用作资源包的一部分,则该字符会在消息格式化过程(java.util.ResourceBundle)中被删除。我们应该如何逃避这个角色?
"*"
尝试使用 \* 或 Unicode 转义形式 - \u002A
编辑:似乎要在此处显示 \* 作为答案,您需要输入 \\*.