C
c3411080
Unregistered / Unconfirmed
GUEST, unregistred user!
我在一个类中加入
public String toString()
{
returndo
uble.toString();
}
把double类型的转换成string,为什么编译时会出现这样的错误:
non-static method tostring() cannot be referenced from a static context
public String toString()
{
returndo
uble.toString();
}
把double类型的转换成string,为什么编译时会出现这样的错误:
non-static method tostring() cannot be referenced from a static context