命令行中'命令'与'响应'的英文术语
学习笔记作者:admin日期:2025-05-24点击:32
摘要:总结了命令行环境下用户发送的命令及其服务器响应信息的英文表达方式。
命令行中'命令'与'响应'的英文术语
在命令行(Command Line)环境中:
- 用户发送的'命令' 用英文可以说:
- Command
- User command
- Input command
- 服务器'响应的信息' 用英文可以说:
- Response
- Server response
- Output
示例
The user entered a command in the terminal, and the server returned a response.
You can see the server response after sending the HTTP request via cURL.
应用场景
这些术语广泛应用于技术文档、API接口描述、开发说明等场景中。