/** * 结点 */ // function ListNode(x) { // this.val = x // this.next = null // } export function oddEvenList(head) { console.log(head) }
5a2b2
c0f2d
06596
9b9e4
c374b
b0275
5f1e1
ee71d