class ListNode{
  int val;         //该节点的值
  ListNode next;   //下一节点的位置 
}

 

posted on 2020-03-26 23:31  慢漫长路  阅读(2060)  评论(0)    收藏  举报