注意:此页面搜索的是所有试题
分析以下代码,写出结果。 
  var a=100 , b=50 , c; 
  var d=Number(.100、abc.);  
  var e=typeof Math;  
  alert(a+b+c+e+d); 

参考答案