直接调用该方法,就可以获得定制信息 System.out.println("定制桌子的长:"+len+"定制桌子的宽:"+width+ "定制桌子的高:"+height+"定制桌子的颜色:"+color) }}//测试类public class TestDesk{ public static void main(String[] args){ Desk dk = new Desk(...