说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 字符串数组
1.
A character string array used to access the items in a ComboBox or ListBox control by item ID.
通过数据项标识存取组合框或列表框控件中数据项的字符串数组
2.
A character string array used to access the items in a ComboBox or ListBox control.
用以存取组合框或列表框控件中数据项的字符串数组
3.
Can be a string or an array.
它可以由一个字符串或一个数组组成。
4.
The str_split() function splits a string into an array.
函数的作用是:转换字符串为数组。
5.
Contains an array of string data values for the named value.
包含指名值的一个字符串数据值数组。
6.
A string consisting solely of symbols of binary digits.
仅由二进制数字符号组成的一种字符串。
7.
"An array of strings indicating the network addresses for an adapter.
"字符串的数组表示适配器的网络地址。
8.
String: Any combination of alphabetic or numeric codes in a computer program.
字符串:电脑程式里,字母或数字代码的任何组合。
9.
Literals include strings and character and numeric literals.
文字量包括字符串,字符和数字文字量。
10.
Size of variable length data types (string && arrays).
可变长度数据类型(字符串和数组)的大小。
11.
The explode() function breaks a string into an array.
函数的作用是:将一个字符串以数组的形式打散。
12.
Note: If an empty string("") is used as the separator, the string is split between each character.
注意:如果用空字符(")为分隔符号,字符串将被分解成每个所包含的字符所组成的数组。
13.
Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.
偏移量没有引用字符串内的位置,或者目标字符数组的长度不够。
14.
It is also safe, since the conversion between an array of char and a string is automatic.
这样做是安全的,因为字符数组和字符串之间的转化是自动进行的。
15.
Deletes a string in the list box of a combo box.
本函数删除组合框的列表中的一个字符串。
16.
Adds a string to the list box of a combo box.
本函数在组合框中的列表框中添加一个字符串。
17.
Returns a specified number of characters from the right side of a string
从一个字符串右侧返回指定的字符数
18.
String contains non-numeric character(s). Please enter a valid number.
字符串包含非数字字符。请输入一个有效数字。