美文网首页
GIF 方式实现埋点数据上报

GIF 方式实现埋点数据上报

作者: Hi小胡 | 来源:发表于2022-03-24 11:59 被阅读0次

    优点:
    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