// 单向循环链表 // 双向循环链表 function CircularLinkedList(){ }