split () 函数可以将一个字符串,拆分成一个装有多个子串的QStringList。示例如下: QString str = "polluter pays principle"; ...
確定! 回上一頁