diff options
author | mayx | 2025-04-28 15:08:22 +0000 |
---|---|---|
committer | mayx | 2025-04-28 15:08:22 +0000 |
commit | 0f004698711c4da2f7be0a4b8cc798af89b380da (patch) | |
tree | cc2f3964ae810a0f652dbe5a6658fc58212446a4 /_posts/2019-06-22-counter.md | |
parent | 1df87ea39d2866b7d777076c477af8b36520d34c (diff) |
Update 6 files
- /_posts/2018-11-10-email-sender.md - /_posts/2021-03-02-workers.md - /_posts/2019-11-21-enc.md - /_posts/2019-06-22-counter.md - /_layouts/default.html - /feed.xslt.xml
Diffstat (limited to '_posts/2019-06-22-counter.md')
-rw-r--r-- | _posts/2019-06-22-counter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2019-06-22-counter.md b/_posts/2019-06-22-counter.md index 24e19c6..c8c3b72 100644 --- a/_posts/2019-06-22-counter.md +++ b/_posts/2019-06-22-counter.md @@ -22,7 +22,7 @@ tags: [计数器] {% raw %} Hits: <span id="{{ page.url }}" class="visitors" >Loading...</span>{% endraw %} ``` JS代码:(需要Jquery) -```js +```javascript var auxiliaryHost = "你的域名"; function showHitS(hits){ $.get(auxiliaryHost+"/counter.php?action=show&id="+hits.id,function(data){ |