argv Array的意思|示意

美 / / 英 / /

argv数组


argv Array的网络常见释义

请求参数 ... cmd String 请求命令 argv Array 请求参数 agent Object 代理对象 ...

argv Array相关例句

This loop iterates over the array, ARGV, which is the remaining set of arguments passed to the script on the command line.

该循环在数组 ARGV 上迭代,它是在命令行传递给脚本的余下的参数集合。

This list is similar to the argv list used in common C programs and defines the application (first element of the array) and argument list.

该列表与普通 C 程序中的 argv 列表类似,定义了应用程序(数组第一个元素)和参数列表。

In particular, argv is an array of arguments to the program, the first argument being the program itself.

特别是,argv是程序的参数数组,第一个参数是程序本身。

In this definition, argc is the number of arguments passed in (argument count) and argv is an array of strings representing options passed in from the command line (argument vector).

在这个定义中,argc是传递进来的参数的个数(参数数量),而argv是一个字符串数组,代表从命令行传递进来的参数(参数向量)。