思路:

定义慢指针为0,用快指针去遍历数组,只要不相同就将快指针的值赋值给慢指针

https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/

https://leetcode-cn.com/problems/remove-element/submissions/