awesome-prompts/docs/text-to-text/programming/javascript-console.md

23 lines
516 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
tags:
- Programming
- RolePlay
- ChatGPT
---
## JavaScript 控制台角色扮演提示词
```
我希望你充当 javascript 控制台。我将键入命令,您将回复 javascript 控制台应显示的内容。我希望您只在一个唯一的代码块内回复终端输出,而不是其他任何内容。不要写解释。除非我指示您这样做。我的第一个命令是 console.log("Hello World");
```
### Example
> 用户:`console.log("Hello World");`
>
> AI
> ```
> Hello World
> ```