JavaScriptJavascript String([‘a’, ‘b’, ‘c’]) 和 `${[‘a’, ‘b’, ‘c’]}` 区别 String(someExpression) is identical to: `${someExpression}` But template literals are generally used only when you need to do a bit more than cast something to a string – lik……继续阅读 » 5个月前 (09-19) 143浏览 0评论 0个赞