JAVA開発メモ
MessageFormat の変更点
 

[リロード]   [新規|編集|差分|添付]   [トップ|一覧|単語検索|最終更新|バックアップ|ヘルプ]

サイトメニュー

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • MessageFormat へ行く。

  *java.text.MessageFormat
  
   Object[] arguments = {
       "a disturbance in the Force" // String
   };
   String result = MessageFormat.format(
       "At {1,time} on {1,date}, there was {2} on planet {0,number,integer}.",
       arguments);
   At 12:30 PM on Jul 3, 2053, there was a disturbance in the Force on planet 7.
  
  

リロード   新規 編集 差分   トップ 一覧 検索 最終更新 バックアップ   ヘルプ   最終更新のRSS
Last-modified: Tue, 15 Feb 2005 14:07:47 UTC (7003d)
Link: (5688d)

Modified by MT22(Moriwaki Takashi)

"PukiWiki" 1.3.7 Copyright © 2001,2002,2003 PukiWiki Developers Team. License is GNU/GPL.
Based on "PukiWiki" 1.3 by sng
Powered by PHP 7.4.33

HTML convert time to 0.031 sec.