(1)jQuery对象是一个数据对象,可以通过[index]的方法,来得到相应的DOM对象。 (2)jQuery本身提供,通过.get(index)方法,得到相应的DOM对象 案例:$(divId)[0].clientWidth