构建一个字符串数组

stringArray( string... )

  • string string... 字符串
  • return string[]
1let strArr = stringArray("这是", "一个", "字符串数组");