new Fn('fdsfdsa') === new Fn(2413) //true new Fn instanceof Object //true
写出function Fn(){
}
比的是内存地址
可以将对象转化为js数组再比较