IntPtr t=new IntPtr();MessageBox.Show(System.Runtime.InteropServices.Marshal.SizeOf(t.GetType()).ToString());運行上面倆句 返回多少4還是8?