javascript 中,split函数可用于字符串分割成字符串数组,并返回字符串数组,语法“string.split(分隔符,返回的最大长度)”;例“String.split(" ")” ...
確定! 回上一頁