Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
巨大なQString(大きなログファイル)があります。たとえば、10行目から20行目を選択するにはどうすればよいですか?
何かのようなもの
QString tenLines = bigHugeQstring.linesRange(10,20);
出来ますか?
QStringListはより良い解決策でした