从列表中删除指定索引对应的元素
func RemoveAt(target List<object>, index int) go
func RemoveAt(target List<object>, index int)