All you need to do is first split the given String on delimiter e.g. comma using the split() method, this will give you an array of String.
確定! 回上一頁