适用场景
- 以结构化、可复用的提示词为起点,而非空白对话框。
- 根据自己的需求调整提示词,同时保持原始意图不变。
- 与Software Development相关的工作流。
模拟 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 {{Command:console.log("Hello World");}}.
console.log("Hello World");
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");.
变量被 {{ 和 }} 包裹,遵循以下格式:
选项可以通过方括号引用预定义变量列表。这些选项以[橙色]显示,提供颜色、语气或语言等常用值。
也可以提供以逗号分隔的内联选项列表。
提示:使用这些提示词无需 PUCO 应用!只需复制模板,直接在 ChatGPT、Claude、Gemini 或任何其他 AI 助手中将每个 {{…}} 部分替换为自己的文本。