node = ListNode(0) node.next = head 请问ListNode()函数没有呢?有点迷糊?
node = ListNode(0)
node.next = head
请问ListNode()函数没有呢?有点迷糊?