subscripting
n. 加下标
例句
Avoid subscripting arrays or hashes within loops.
避免在循环中使用下标数组或散列。
By subscripting this value, the function can access and alter any argument of the array.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
Any operation that can be achieved by array subscripting can also be done with Pointers.
通过数组下标所能完成的任何操作都可以通过指针来实现。