2

If we use "*" as part of the resource bundle, the character gets removed during the message formatting process (java.util.ResourceBundle). How are we supposed to escape this character?

4

1 に答える 1

1

\* または Unicode エスケープ形式を使用してみてください - \u002A

編集: ここで答えに \* を表示するには、\\* と入力する必要があるようです。

于 2010-11-19T06:58:32.597 に答える