Home >Backend Development >PHP Tutorial >javascript - 怎样更方便地记录点击次数?

javascript - 怎样更方便地记录点击次数?

WBOY
WBOYOriginal
2016-06-06 20:19:301263browse

统计一个事件的触发总次数,有没有比较精髓的办法?用过localStorage

回复内容:

统计一个事件的触发总次数,有没有比较精髓的办法?用过localStorage

js统一一个存储函数,然后ajax请求到后端,后端nosql存储统计数据,比如mongodb,复杂的数据还可以直接以一行记录的形式存储,mongodb里叫document

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn