2 . Merge Two Sorted ListsMerge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.
定义列表 defination list 注意 :dt、dd只能在dl里面;dl里面只能有dt、dd ,dt、dd都是容器级标签,想放什么都可以dl表示definition list 定义列表dt表示definition title 定义标题dd表示definition description 定义表述词儿 Case 1