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