微信扫一扫
QByteArray ba("Hello world"); char *data = ba.data(); while (*data) { cout << "[" << *data
相关推荐