扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text接口abstractdocument.content的类成员方法: remove定义及介绍
发布时间:2014-2-18
本文导语:
remove
undoableedit remove(int where,
int nitems)
throws badlocationexception
移除该序列的某一部分。
参数:where - 序列中插入位置的偏移量,该偏移量 >= 0。nitems - 序列中要移除的条目数量,该数量 >= 0。
返...