concat 拼接

  1. var a = 'hello'
  2. var b = "world"
  3. console.log(a.concat(b));