public Token(int type, String source, String target) {
this.type = type;
this.source = source;
this.target = target;
}
Android 中汉字转化为拼音(6)
内容版权声明:除非注明,否则皆为本站原创文章。
public Token(int type, String source, String target) {
this.type = type;
this.source = source;
this.target = target;
}
内容版权声明:除非注明,否则皆为本站原创文章。