[ Last edited by s11ss on 2008-4-26 at 07:50 PM ]作者: huahua0919 时间: 2008-4-26 20:02 也不能这样认为啊,
如果你用
class OneTest
{
public sataic void get(int ... args)
{
.....
}
public static void main (string []args)
{
system.out.println(OneTest.get(2));//不创建对象调用get方法
Originally posted by huahua0919 at 2008-4-26 08:02 PM:
也不能这样认为啊,
如果你用
class OneTest
{
public sataic void get(int ... args)
{
.....
}
public static void main (string []args)
{
system.out.println(OneTest.get(2));//不创 ...