今天研究源码的时候发现,不需要用get() 也能进行原生转换,使用原生方法。 原生- jQuery对象 var obj=document.xxx $(obj).css(); 也可以直接 $(document.xxx)