Invalid operation: nums[j] (type *[]int does not support indexing)
今天学习Go的时候,使用指针时,出现了错误提示:Invalid operation: nums[j] (type *[]int does not support indexing)
今天学习Go的时候,使用指针时,出现了错误提示:Invalid operation: nums[j] (type *[]int does not support indexing)