STRING in English translation

string
字符串
一系列
一连串
一串
绳子
琴弦
字串
弦乐
超弦
strings
字符串
一系列
一连串
一串
绳子
琴弦
字串
弦乐
超弦

Examples of using String in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
示例8-17:使用push将一个字符加入String值中.
Listing 8-17: Adding one character to a String value using push.
(*m)将MyBox<String>解引用为String
The(*m) dereferences the MyBox<String> into a String.
将此IP地址转换为String
Converts this IP address to a String.
一般来说,我们的建议是坚持使用String
We generally recommend the use of string.
从长字符串中获取所有数字-Getallnumbersfromlongstring.
Get number of messages as String.
首先,我想要父母传递一个string,然后孩子承认它。
First I want parent to pass a string and then child to acknowledge it.
换句话说,如果String不是Object类型,那么它就不能与新的运算符一起使用。
With other words, if String wouldn't be of type Object it couldn't be used with the new operator.
在JavaScript中,共有6种基本数据类型:string,number,boolean,null,undefined,symbol(ECMAScript2015新增)。
In JavaScript, there are 6 primitive data types: string, number, boolean, null, undefined, symbol(new in ECMAScript 2015).
对于数字类型和string类型,如果同一值出现多次,解析器接受最后一个它收到的值。
For numeric types and strings, if the same field appears multiple times, the parser accepts the last value it sees.
弦乐六重奏(StringSextetfor2Violins,2Violas,and2Celli).
Sextet for Strings- 2 violins, 2 violas and 2 cellos.
String是Java库中定义的类,您可以使用它来处理文本(字符序列)。
String is a class defined in the Java library and you can use it to manipulate text(sequence of characters).
String也可以用来在长字符串中插入常量、变量、字面量和表达式,这一过程称为字符串插值。
Strings can also be used to insert constants, literals, variables and expressions into lengthier strings and this process is referred to as String interpolation.
了StyleCop规则,默认情况下,将强制你使用string的C代码风格的最佳实践,引用时除外System.
StyleCop rules, by default, will enforce you to use string as a C code style best practice, except when referencing System.
然而,每当你运行到循环内部时,如果string是一个Iterable,你就要创建一个新的Iterator实例。
However, every time you run into this loop, if strings is an Iterable, you will create a new Iterator instance.
用任何其他类型,比如String或i32,调用该函数的代码将不能编译,因为这些类型没有实现Summary。
Code that calls the function with any other type, like a String or an i32, won't compile, because those types don't implement Summary.
在Python中,string,tuples和numbers是不可更改的对象,而list,dict等是可以修改的对象.
In Python, strings, tuples, and numbers are unchangeable objects, while list, dict, etc. are objects that can be modified.
API中建议所有寻求此功能的人使用String的split方法或java.util.regex包.
It is recommended that anyone seeking this functionality use the split method of String or the java. util. regex package instead.
String是不可变的,意味着一旦它被创建了,那么你就不可能去修改它。
Strings are immutable, meaning that once it is created it can't be modified.
String类有一个等效的类方法format(),它返回一个String对象而不是一个PrintStream对象。
The String class has an equivalent class method, format(), that returns a String object rather than a PrintStream object.
在Java或C中,String对象是不可变的,我们学会使用其他结构动态创建字符串,比如StringBuilder[3]。
In Java or C, Strings are immutable and we are taught to use other structures to build Strings dynamically, like a StringBuilder.
Results: 698, Time: 0.0257

String in different Languages

Top dictionary queries

Chinese - English