原创 前端面試之Javascript基礎113+【二】

js基礎一、JS基礎 一、JS基礎 javascript的typeof返回哪些數據類型 1. alert(typeof [1, 2]); //object 2. alert(typeof 'leipeng');