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 是一个更好的解决方案