首先取label1.texe的值,转换成整数或者非整数,然后再把转型成的数加一,然后再赋值给label1.text就行了
label1.text = label1.text + Convert.ToString(1);