简体   繁体   English

Google Web工具包,附加错误

[英]Google Web Toolkit, append error

i have a problem, who can answer this ? 我有问题,谁能回答? Im tryng to program web app on GWT, and im having this error now, on this Line TextArea.append(names[a]+"\\n"); 我正在尝试在GWT上编程Web应用,现在在此行TextArea.append(names [a] +“ \\ n”);上出现此错误 sorry for bad english. 对不起,英语不好。 It says "The method append(String) is undefined for the type TextArea", how can i fix it ? 它说:“类型TextArea的方法append(String)未定义”,我该如何解决? pls answer me 请回答我

采用:

textArea.setValue(names[a]+"\n")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM