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.
我在 qt3 中移植了一些代码,我找不到 QT4 Qstring 类的 find 方法。qt3 的 Qstring::find 方法的对应部分是什么。我应该使用哪一种方法?
QString::indexOf()。QString的Qt 3 支持页面(从 QString 主页链接)记录了这一点。