创建 GUID,创建guid
分享于 点击 15787 次 点评:21
创建 GUID,创建guid
#include <QUuid>
QUuid().createUuid ().toString();
QUuid().createUuid ().toString().toUpper().remove(QChar('-'), Qt::CaseSensitive);
QUuid().createUuid ().toString().toUpper().remove(QChar('-'), Qt::CaseSensitive).remove(QChar('{'), Qt::CaseSensitive).remove(QChar('}'), Qt::CaseSensitive);
相关文章
- 暂无相关文章
用户点评