qDebug

qDebug("%s", "hell0");
qDebug() << "hello" << string("world") << QString("!");
qDebug("%s", qPrintable( QString("hehe") ));
posted @ 2020-02-23 11:00  friedCoder  阅读(146)  评论(0)    收藏  举报