[Solution found!] 用split() let mut split = "some string 123 ffd".split("123"); 这提供了一个迭代器,您可以将其循环或collect()向量化。 for s in split {…
確定! 回上一頁