(1)会写出类型 object

    1. var arr = new Array();
    2. console.log(arr);

    (2) 会打印已有的数值
    _