企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 输入输出 ~~~ <script> alert("Hello JS") ;//警示框 document.write("JS is coming!"); //输出到页面 console.log("forever");// 控制台输出 prompt("please input something"); //输入框 </script> ~~~