怎样给一个Vevtor对象赋非String类的值?
比如说,
Vector vector=new vector(10,10);
vector.add(?);//给对象赋数值类型
add(?)括号里面的类型应该怎样表示?