释义 |
- 基本字符串:在计算机编程中,由字符组成的一系列数据,通常用于表示文本。
1 [计]?基本串 ... basic storage 基本存储器 basic string 基本串 BASIC subprogram BASIC子程序 ... 2 [计]?基本字符串 ... 基本字段属性 basic field attribute 基本字符串 basic string 基本字符集 basic character set ... 3 ?基底语符列 ... underlying phonological representation 基底语音形态;底层语音表相 basic string 基底语符列 fundamental pitch 基音 ... 4 ?基本信息 企业工商信息 ... basic string 基本信息 name string 名称 type string 类型 ...
- 1
Since all SVG elements are just strings, some basic string operations are sufficient, as Listing 10 demonstrates. 由于所有svg元素都是字符串,所以一些基本的字符串操作就足够了,如清单10所示。 - 2
In addition to basic string support, you can store booleans, doubles, floats, integers, longs, and byte arrays (think serialization). 除支持基本的字符串之外,您还可以存储布尔值、双精度数、浮点数、整型数、长整型数和字节数组(考虑序列化)。 - 3
If you just want to output a basic string, use single quotes! There is a marginal performance benefit, since the string does not get parsed. 如果你只想输出一个基本的字符串,就用单引号吧,这样会节省一些资源。
|