我在学习如何利用共同提交文件与我的项目,我主要理解如何使用,只有1或2件除外。 其中一件事是记录活动听众。
Ive seen the documentation on the @listens
, but the explanation/example they give is not making sense to me. Here’s a link to the page:
https://jsdoc.app/tags-listens.html
我很想知道,是否有任何人能更好地向我解释这一问题,或可能是如何记录基本活动听众的一个例子。 (单位:千美元)
document.getElementById( some_element )
.addEventListener( mousedown , function () {
// some code
});
感谢。