String.split方法很常用,用于切割字符串,split传入的参数是正则表达式,它的内部是每次都comiple正则 ... String []items=pattern.split(line,0);.
確定! 回上一頁