This split(regex) takes a regex as a argument, so we need to escape some regex special character for example dot(.). Split method returns a array of String.
確定! 回上一頁