String.format

package junit.test; import java.util.Date; import java.util.Locale; import org.junit.Test; public class StringFormat { /* String.format()用法 一、轉換符 %s: 字符串類型,如:"ljq" %b: 布爾類型,如:true %d: 整數類型(十進制),如:
相關文章
相關標籤/搜索