可以在帮助文档中输入
syntax rules for commands查看相关解释
自己简要翻译了下:
When you are debugging, you should obey the following general syntax rules:// 当你调试,你应该遵循以下一般语法规则: You can use any combination of uppercase and lowercase letters in commands and arguments, except when specifically noted in the topics in this section. //除了本节中专门注明的地方,所有命令和参数都可以使用任意的大小写的组合。 You can separate multiple command parameters by one or more spaces or by a comma (,). //你可以使用一个或数个空格、逗号(,)来分隔多个命令参数。 You can typically omit the space between a command and its first parameter . You can frequently omit other spaces if this omission does not cause any ambiguity. //一般可以省略命令和它第一个参数之间的空格。在不产生歧义的情况下也常常可以省略其他空格。 The command reference topics in this section use the following items: //本节中的命令参考主题使用了下面一些格式: Characters in bold font style indicate items that you must literally type. //以粗体显示的字符表示使用命令时必须完整输入该项。 Characters in italic font style indicate parameters that are explained in the Parameters section of the reference topic. //以斜体显示的字符表示它是在参考主题后面的参数节有说明的参数。 Parameters in brackets ([ xxx ]) are optional. Brackets with a vertical bar ([ xxx | yyy ]) indicate that you can use one, or none, of the enclosed parameters. //中括号([ xxx ])中的参数是可选的。中括号中的竖线([ xxx | yyy ])表明可以使用其中一项参数或者不使用。 Braces with vertical bars ({ xxx | yyy }) indicate that you must use exactly one of the enclosed parameters . //大括号中的竖线({ xxx | yyy }) 表明必须且只使用其中一项参数。 ---来自腾讯云社区的---franket
微信扫一扫打赏
支付宝扫一扫打赏