扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.text类utilities的类成员方法: getnextword定义及介绍
发布时间:2014-2-18
本文导语:
getnextword
public static final int getnextword(jtextcomponent c,
int offs)
throws badlocationexception
确定针对给定位置的下一个单词开头。使用 breakiterator.getwordinstance() 来实际获得单词。
参数:...