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