int num=0;
string num1="3";
num=Convert.ToInt32(num1);编译后num的值是:0x00000003为什么会这样