function $( v ){
if(typeof v === 'function'){
return window.onload = v;
}else if(typeof v === 'string'){
return document.getElementById( v );
}else if(typeof v === 'object'){
return v;
}
为什么返回window.onload= v; 不需要return.
qq_沉默已久_0
风雪洛天
相关分类