ChatGPT 代码生成 提示词(Prompts)
2023-06-20 13:41 更新
标签:软件开发
中文提示词:
生成一个名为[name]的[class/module/component]的[language]代码,具有以下功能:[functionality description]。
英文提示词:
Generate a boilerplate [language] code for a [class/module/component] named [name] with the following functionality: [functionality description].
中文提示词:
创建一个[language]函数,用于对[data structure]执行[operation],具有以下输入:[input variables],并期望输出:[output description]。
英文提示词:
Create a [language] function to perform [operation] on [data structure] with the following inputs: [input variables] and expected output: [output description].
中文提示词:
生成一个[language]类,用于[domain]应用程序,其中包括以下方法:[methods list],以及属性:[properties list]。
英文提示词:
Generate a [language] class for a [domain] application that includes methods for [methods list] and properties [properties list].
中文提示词:
根据[design pattern],在[language]中创建一个代码片段,展示其在[use case]中的实现。
英文提示词:
Based on the [design pattern], create a code snippet in [language] that demonstrates its implementation for a [use case].
中文提示词:
编写一个[language]脚本,使用[library/framework]执行[task],满足以下要求:[requirements list]。
英文提示词:
Write a [language] script to perform [task] using [library/framework] with the following requirements: [requirements list].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。