從清單中刪除指定索引對應的元素
func RemoveAt(target List<object>, index int) go
func RemoveAt(target List<object>, index int)