在MessageBox中显示变量的值: string string; string.format("%d%s",m_age, m_add); //将变量组装到字符串中 MessageBox(string,"消息框标题",消息框类型);
不明白什么意思 messagebox.show(string.format("{0}{1}","a","b"))