jQuery对象与DOM对象相互转换
更新:HHH   时间:2023-1-7


DOM对象转jQuery对象使用$()

jQuery对象转DOM对象有两种方式:get(index)或者[index]


例如:

返回web开发教程...