摘要: 1、查看 阅读全文
posted @ 2022-05-14 18:04 黄立明02 阅读(250) 评论(0) 推荐(0) 编辑
摘要: int num1 = 2,num2 = 3;QString str = tr("There are %1 apples and %2 oranges on the desk .").arg(num1).arg(num2); 阅读全文
posted @ 2022-05-14 12:20 黄立明02 阅读(276) 评论(0) 推荐(0) 编辑