char[] delimiterChars = { ' ', ',', '.', ':', 't' }; String[] query = sometext.Split(delimiterChars);. but I want to do it in Qt ...
確定! 回上一頁