假定一个链队的队首和队尾指针分别为front和rear,则判断队空的条件是()
A:front==rear
B:front!=NULL
C:rear!=NULL
D:front==NULL
出自:计算机科学