🌈 搜索
📅  最后修改于: 2022-03-11 14:48:51.799000             🧑  作者: Mango
string test = "first second"; print(test.Split(new char[] { ' ' })[0]); print(test.Split(new char[] { ' ' })[1]);