呃,这个,应该是这样
val box = Box("5000","big")
或者
val box = Box(price = "5000",size = "big")
尽量使用 val ,当然这也根据实际情况,并且,不要使用Eclipse了,支持性不好,换 Idea 吧