QStringList listTemp; listTemp.append("aaa"); listTemp.append("bbb"); listTemp.append("ccc"); QString strTemp1; foreach(strTemp1,listTemp) { qDebug()<<strTemp1; } //以上代碼中,listTemp會把自己的每個項,依次賦值給strTemp1
QStringList listTemp; listTemp.append("aaa"); listTemp.append("bbb"); listTemp.append("ccc"); QString strTemp1; foreach(strTemp1,listTemp) { qDebug()<<strTemp1; } //以上代碼中,listTemp會把自己的每個項,依次賦值給strTemp1
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。