QString获取指定位置的字符

QString str = " abc";

QChar ch = str.at(0);

qDebug()<

你可能感兴趣的:(qt)