在循环双链表的p所指的结点之前插入s所指结点的操作是   
(A) p-> prior-> prior
(B) p-> prior-> prior
(C) s-> prior->next = s
(D) s-> prior-> prior = s
出自:兰州理工大学-算法与数据结构