首页 > 解决方案 > 如何将 QString 转换为 ascii?

问题描述

我想将 a 转换QStringASCII,但我不知道如何。

我试过这个:

QString("abcd").toAscii()

但这没有用

标签: qtc++11ascii

解决方案


推荐阅读