vue添加cnzz统计访问量
Posted duanzhenzhen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue添加cnzz统计访问量相关的知识,希望对你有一定的参考价值。
cnzz.js内容
var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://"); document.write(unescape("%3Cspan id=‘cnzz_stat_icon_1277769088‘%3E%3C/span%3E%3Cscript src=‘" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1277769088%26show%3Dpic‘ type=‘text/javascript‘%3E%3C/script%3E"));
<script>
//引入cnzz文件 import ‘../../../static/js/cnzz.js‘ export default mounted()
//把图像添加到指定位置 $("#cnzz_box").append($("#cnzz_stat_icon_1277769088")); </script>
以上是关于vue添加cnzz统计访问量的主要内容,如果未能解决你的问题,请参考以下文章