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.
添加回答
举报
0/150
提交
取消