Q:

js 中字符串连接用那个比较高效?

A .a+=b


B .a=a+b


C .Array.join()


D .Array.push()

对0人提供帮助

正确答案:C