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

 

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