The Javascript source code to do "Javascript String split by comma to string array" is. Copy var array = ["PG,PGR"] console.log(array[0].split(','));.
確定! 回上一頁