R 与多个无序拆分参数strsplit? 给定一个string test_1<-"abc def,ghi klm" test_2<-"abc, def ghi klm". 我希望获得 "abc" "def" "ghi". 但是,使用strsplit,必须 ...
確定! 回上一頁