Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在使用 smartgwt 从列表网格中导出 csv 文件我正在使用文件输出流将 listgrid 数据写入 csv 问题是它编译成功但在运行时它给出 * 没有源代码可用于 java.io.FileOutputStream 类型; 您是否忘记继承所需的模块?*
GWT 是一个客户端库。客户端没有文件。因此,FileOutputStream 无法编译成 JavaScript。