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