扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text接口abstractdocument.content的类成员方法: insertstring定义及介绍
发布时间:2014-2-18
本文导语:
insertstring
undoableedit insertstring(int where,
string str)
throws badlocationexception
向序列中插入一个字符串。
参数:where - 序列中插入位置的偏移量,该偏移量 >= 0str - 要插入的字符串
返回:如果...