3

例如我有这个字符串:hello:there:world

如何将这三个单词拆分为字符串数组,我的意思是最终结果将是这样的:

arr[0] = "hello";
arr[1] = "there";
arr[2] = "world";

提前致谢。

4

0 回答 0