fujianbin · 2004-10-25 08:44:37 · 阅读: 508 显示每次都是“OK” typedef struct tagBlock { int i; }Block; Block *p = NULL; (int)p = -1; if(&(p->i) == NULL) { ShowMessage("NULL"); return; } ShowMessage("OK");