连接字符 急救各位高手请问: 我想使 ' "+ text1.text + " '和 '年 '及 ' "+ text2.text + " '连接起来 以一个整体保存为一个字符串...怎样实现[解决办法]string yourStr = text1.Text + "年 " + text2.Text;