JS内置对象分为数据封装类对象和其他对象
数据封装类对象:String,Boolean,Number,Array,和Object;
其他对象:Function,Arguments,Math,Date,RegExp,Error