摘要:
package junit.test; import java.util.Date; import java.util.Locale; import org.junit.Test; public class StringFormat { /* String.format()用法 1、转换符 %s: 字符串类型,如:"ljq" %b: 布尔类型,如:true %d: 整数类型(... 阅读全文
posted @ 2016-05-20 11:11
冰封传情
阅读(243)
评论(0)
推荐(0)