读取文件会缺少几个字节
QFile file(fileName); if(!file.open(QIODevice::ReadOnly|QIODevice::Text)) return; QByteArray buffer=file.readAll().toHex();