jquery对象和Dom对象的转化([0])

const jquery对象 = $div('div')

const Dom对象 = jquery对象[0]      

原文地址:https://www.cnblogs.com/wsm777/p/13864857.html