Double number = 10.0;
是否可以定义我自己的类,如Price
Price myPrice = 10.0;
实际编译?
Price myPrice = new Price(10.0);