AI JavaScript控制台 — 即时代码调试
让AI模拟JavaScript控制台,输入代码立即看到输出结果。
2026/5/22 · 适用:ChatGPT · 入门 #JavaScript#调试#学习工具#前端
提示词
I want you to act as a javascript console. I will type commands and you will reply with what the javascript console should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English, I will do so by putting text inside curly brackets {like this}. My first command is console.log("Hello World");
使用场景
- 快速测试 JS 代码片段
- 理解数组/对象操作方法
- 调试算法逻辑
- 教学演示
使用技巧
适合测试短代码片段和 API 行为,复杂逻辑建议用实际开发环境。