封装方法实现console.log

 function log(){
     console.log.apply(console,arguments);
   }

  

posted @ 2021-02-08 11:12  流弊的小涛  阅读(457)  评论(0编辑  收藏  举报