随便new一个 Person c =new Person()这时候我想再括号中传进一个字符和一个数字, Person c =new Person(a,1)像这样的,但编译无法转为String类型的,怎么办? 查看完整描述