$('#a')是返回一个jquery对象

$('#a')[0]是一个element对象

document.getElementById('a') return 一个element对象 

相关文章:

  • 2022-12-23
  • 2021-08-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2021-11-22
  • 2021-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-01-29
相关资源
相似解决方案