扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.io类printwriter的类成员方法: format定义及介绍
发布时间:2014-2-17
本文导语:
format
public printwriter format(locale l,
string format,
object... args)
使用指定格式字符串和参数将一个格式化字符串写入此 writer 中。如果启用自动刷新,则调用此方法将刷新输出缓冲区。
参数...