如果,id不是字符串的话,
function $(id){ return typeof id==='string'?document.getElementById(id):id; }
这段代码不就没意义了是吗
相关分类