首页
编程
java
php
前端
首页
编程
java
php
前端
请问这应该怎样写那边才不报错?
num[0] == target
->
num.elementAt(0) == target
这个vector是一个对象 ,不是一个数组,数组才是这样用的[]
点击展开全文