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.
我正在QStringList为注释行解析 a 的值,其中注释行以“#”字符开头。我将如何从我向用户显示的内容中删除“#”?
QStringList
我只是想出了如何做我想做的事情:
columnHeaderList << inputLines.remove("#").split("\t");