标签: javascript string character fromcharcode
我有javascript代码:
s = String.fromCharCode(s);
这有效,但它只适用于一个字符,即使String.fromCharCode方法应该使用逗号分隔的多个字符。任何想法为什么会这样?