c#的内存地址怎么写呢?c#的内存地址怎么写呢?[解决办法]unsafe代码 * 指针[解决办法]unsafe { uint* ptr = (uint*)0x56000000; MessageBox.Show((*ptr).ToString()); }