<!DOCTYPE html>
<html>
<head>
<style>
body{background:#000;margin:0;}
canvas{cursor:crosshair;display:block;}
</style>
</head>
<body>
<canvas ,function(e){
        e.preventDefault();mousedown=false
    });
    window.onload=loop;
</script>
</body>
</html>

相关文章:

  • 2021-12-22
  • 2021-09-16
  • 2022-12-23
  • 2022-02-10
  • 2021-12-30
  • 2021-12-25
  • 2022-02-24
  • 2021-12-30
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2021-04-23
  • 2021-11-19
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
相关资源
相似解决方案