float price=120.5f; 我的显示这个错误
价格一般是使用double类型
float 应该也是可以的吧?如果不考虑检查类型
可以用这个 double price=120.5;
答案是按double类型检查的