在Swing中 文本域组件 方法 this.jta.append("add")是啥意思其中this表示 JFramejta是文本域对象
1 回答

拉丁的传说
TA贡献1789条经验 获得超8个赞
append 向文本域追加字符 "add"
参考资料:
Appendable append(char c)
throws IOException向此 Appendable 追加指定字符。
参数:
c - 要追加的字符
返回:
此 Appendable 的引用
抛出:
IOException - 如果发生 I/O 错误
添加回答
举报
0/150
提交
取消