扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类abstractwriter的类成员方法: text定义及介绍
发布时间:2014-2-18
本文导语:
text
protected void text(element elem)
throws badlocationexception,
ioexception
写出文本。如果调用构造方法时指定了范围,则只写出相应范围内的文本。
参数:elem - element。
抛出:
ioexception - 如果发生任何 i/o 错误
...