whace
                                        Results
                                        2
                                        comments of
                                        
                                
                                            whace
                                        
                                    解决了 
三行代码 内存击败100% `var merge = function(nums1, m, nums2, n) { for(let i = 0; i< n; i++){ nums1[i+m] = nums2[i] } nums1.sort((a,b)=>a -b) }; `