|
发表于 2007-6-1 23:31:23
|
显示全部楼层
${#parameter}
The length in characters of the value of parameter is substituted. If parameter is * or @, the value substituted is the number of positional parameters. If parameter is an array name subscripted by * or @, the value substituted is the number of elements in the array.
具体作用,我不知道。 |
|