Appearance
[left, right]
while(left<=right)
<=
if(nums[mid]>target)
nums[mid]
[left,right)
while(left<right)
<
演示代码
递归的写法