假設字串資料分別為姓名**性別**年齡**電話,那我們使用QString該怎麼切割呢? QString sName = sStr.split("**").at(0);. QString sSex = sStr.split ...
確定! 回上一頁