string operator的意思|示意

美 / striŋ ˈɔpəreitə / 英 / strɪŋ ˈɑpəˌretɚ /

串操作符,串算符,串运算符,字符串运算符


string operator相关短语

1、 bit string operator 位串操,位串操作符英语,位串操作符,位串运算子

2、 private String operator 操作员

3、 string operator detail 串运算符,串算符

4、 string concatenation operator 字符串串连运算子

5、 string repetition operator 复操作符

6、 operator string 运营商字段,录入人

string operator相关例句

To concatenate multiple String literals, use the + operator.

可以使用+操作符连接多个字符串字面值。

First, you can create a new string by adding other strings together, either using the + operator or by just sticking strings together using the appropriate quotes.

第一,通过将其他字符串添加在一起,可以创建新的字符串,具体方法可以使用+运算符,或者干脆使用适当的引号将字符串连在一起。

Second, if you need to repeat a small string to create a bigger string, you can use the * operator, which multiplies a string out a set number of times.

第二,如果需要重复短字符串来创建长字符串,可以使用 * 运算符,将字符串重复一定的次数。