26. 下列哪一種資料結構最適合用來求解後序(postfix)表示法的算術運算式? (A) 佇列(Queue) (B) 串列(Linked List) (C) 樹(Tree) (D) 堆疊(Stack)。