我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
In any computer programming language, a string is a sequence of characters used to represent text.
In JavaScript, a String is one of the primitive values and the String
object is a wrapper around a String primitive.