mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-11-04 19:48:11 +08:00 
			
		
		
		
	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
This commit is contained in:
		@@ -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){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user