<h1 class="block_title"> </h1>
<div class="post">
<div class="postcontent">
<div id="cnblogs_post_body" class="blogpost-body blogpost-body-html">
<p>let count=2; //鼠标检测参数</p>
<p><em id="__mceDel">document.onmousemove=function(e){<br /> count--;<br /> if (count<=0){<br /> let img=document.createElement("img");<br /> let width=40;<br /> img.width=width;</em></p>
<p><em id="__mceDel">//自主添加图片<br /> img.src="img/R-C.gif";<br /> img.style.left=e.pageX-width/2+"px";<br /> img.style.top=e.pageY-width/2+"px"<br /> img.style.position="absolute";<br /> let id=setInterval(function(){<br /> width-=2;<br /> img.width=width;<br /> console.log(width);<br /> img.style.left=img.offsetLeft+1+"px";<br /> img.style.top=img.offsetTop+1+"px";<br /> img.style.width=width;<br /> if(width<=5){<br /> img.remove(id)<br /> clearInterval(id);<br /> }<br /> },100)<br /> document.body.appendChild(img);<br /> count=2<br /> }<br />}</em></p>
<div><em> </em></div>
</div>
<div class="clear"> </div>
<div id="blog_post_info_block"> </div>
</div>
</div>