()
| 89 | |
| 90 | // 网页本身的 Video Audio 标签 |
| 91 | function currentPage() { |
| 92 | document.querySelectorAll('video, audio').forEach(function(_this){ |
| 93 | //console.log('网页本身:', _this) |
| 94 | isFirstEvent(_this) |
| 95 | }) |
| 96 | } |
| 97 | |
| 98 | |
| 99 | // 后续动态插入的 Video Audio 标签(插入事件) |
no test coverage detected