/** * @param pHead1 ListNode类 * @param pHead2 ListNode类 * @return ListNode类 */ export function merge(pHead1, pHead2) { console.log(pHead1, pHead2) }