Appearance
[left, right]
while(left<=right)
<=
if(nums[mid]>target)
nums[mid]
[left,right)
while(left<right)
<
点我查看远程代码
递归的写法