发布网友 发布时间:2022-04-24 08:49
共2个回答
热心网友 时间:2022-06-18 04:29
Qt 从QByteArray类型数据恢复long in型数据
就一个数字的话,直接调用QByteArray::toInt()一类的就可以了: double toDouble ( bool * ok = 0 ) const float toFloat ( bool * ok = 0 ) const QByteArray toHex () const int toInt ( bool * ok = 0, int base = 10 ) const long toLong
热心网友 时间:2022-06-18 04:30
直接用tolong这这个方法就可以,但注意不能超过7fffffff