string (computer science)中文什么意思
发音:
字符串
百科释义
In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and/or the length changed, or it may be fixed (after creation).
详细百科解释