加好友 发纸条
写留言 加关注
QString的arg()函数解决其他类型转换为字符串的问题:
int intValue;
QString strValue;
strValue = tr("%1").arg(intValue);
喜欢
0
赠金笔