C語言結(jié)構(gòu)體定義struct node{ int date;struct node *next;};這里自身指針定義可以刪為nood next嗎?有的參考書有struct 有的沒有寫。不知道兩種有什么區(qū)別。 查看完整描述