如何定义一个参数,在方法中根据这个参数对object变量的类型进行特定类型转化?比如我现在传递一个参数 代表int类型那么在方法中就知道convert.toint32(OBJECT )再比如我传递参数代表string 类型,那么要求方法中进行 convert.tostring(object)