亚洲欧洲国产欧美一区精品,激情五月亚洲色五月,最新精品国偷自产在线婷婷,欧美婷婷丁香五月天社区

      考試首頁 | 考試用書 | 培訓(xùn)課程 | 模擬考場 | 考試論壇  
      全國  |             |          |          |          |          |         
        當(dāng)前位置:計算機(jī)等級 > 二級考試 > Java語言程序設(shè)計 > 考試輔導(dǎo) > 文章內(nèi)容
        

      全國計算機(jī)二級考試Java語言程序設(shè)計知識點(diǎn)(70)

      中華IT學(xué)院   【 】  [ 2016年5月19日 ]

      創(chuàng)建格式化字符串

        我們知道輸出格式化數(shù)字可以使用printf()和format()方法。String類使用靜態(tài)方法format()返回一個String對象而不是PrintStream對象。

        String類的靜態(tài)方法format()能用來創(chuàng)建可復(fù)用的格式化字符串,而不僅僅是用于一次打印輸出。如下所示:

      System.out.printf("The value of the float variable is " +

      "%f, while the value of the integer " +

      "variable is %d, and the string " +

      "is %s", floatVar, intVar, stringVar);

        你也可以這樣寫

      String fs;

      fs = String.format("The value of the float variable is " +

      "%f, while the value of the integer " +

      "variable is %d, and the string " +

      "is %s", floatVar, intVar, stringVar);

      System.out.println(fs);

      分享到:
      本文糾錯】【告訴好友】【打印此文】【返回頂部
      將考試網(wǎng)添加到收藏夾 | 每次上網(wǎng)自動訪問考試網(wǎng) | 復(fù)制本頁地址,傳給QQ/MSN上的好友 | 申請鏈接 | 意見留言 TOP
      關(guān)于本站  網(wǎng)站聲明  廣告服務(wù)  聯(lián)系方式  站內(nèi)導(dǎo)航  考試論壇
      Copyright © 2007-2013 中華考試網(wǎng)(Examw.com) All Rights Reserved