function getEventTarget(e){
	e=window.event||e;
	return e.srcElement||e.target;
}

 

相关文章:

  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-09-29
  • 2022-01-17
  • 2021-08-27
猜你喜欢
  • 2022-02-11
  • 2022-02-15
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案