摘要: 1、字符串与数值之间的转换 QString 类是Qt程序里经常使用的类,用于处理字符串。QString类可以进行字符串与数字之间的转换。 QString类从字符串转换为整数的函数有: int toInt long toLong short toShort uint toUint ulong toUL 阅读全文
posted @ 2021-03-06 11:37 yuer2020 阅读(146) 评论(0) 推荐(0)