很多人喜欢把 $ 定义成 document.getElementById 的缩写,比如:

function $(id){
    return typeof(id) == "object" ? id : document.getElementById(id);
}

相关文章:

  • 2022-02-05
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-07-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
相关资源
相似解决方案