var string = "Hello world!"; string.split(" "); // [“你好世界!”]; 如果该模式完全不匹配这个字符串,结果总是一个只包含原始字符串的列表。 如果 ...
確定! 回上一頁