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.
我正在尝试构建一个在线 Java 编辑器。我需要能够让我在单击提交时向用户报告编译错误(如果有)的功能。我很想知道是否有任何 javascript 库可以使用现成的来执行此操作。
获取文本并在服务器端调用 javac,以某种结构化方式发回结果并显示在客户端