如何将 jQuery 对象转换为 DOM 对象

.get()方法返回包在 jQuery 对象中的 DOM 对象。

var domObj = jqueryObj.get();
日期:2020-09-17 00:10:37 来源:oir作者:oir