利用qdebug输出Qstring中的内容,替代printf

QString text="zhe shi text \n";
        qDebug("Output debug infomation %s",text.toStdString().data());

你可能感兴趣的:(QT)