优点:
1.gif图片格式体积小, 可使用1px*1px的空白gif图片
2.图片请求方式不会出现跨域问题
<button onclick="checkPoint">haorooms</button>
<script>
function checkPoint(){
new Image().src = './img.gif?name=hester&num='+Math.random()
}
</script>
优点:
1.gif图片格式体积小, 可使用1px*1px的空白gif图片
2.图片请求方式不会出现跨域问题
<button onclick="checkPoint">haorooms</button>
<script>
function checkPoint(){
new Image().src = './img.gif?name=hester&num='+Math.random()
}
</script>
本文标题:GIF 方式实现埋点数据上报
本文链接:https://www.haomeiwen.com/subject/cmvkjrtx.html
网友评论