java当中的方法的参数可以有n个不同类的对象吗
可以 比如 button.setText(String str,int num,Mode mode)
方法传参又没有限制,想传什么传什么!
还可 test( Object... objs) 省略号里想传几个传几个