2020-01-01 2020-01-01 本文已影响0人 盯着苹果树的猫 示例: 给定 nums = [2, 7, 11, 15], target = 9 因为 nums[0] + nums[1] = 2 + 7 = 9 所以返回 [0, 1]