让图片不能被拖动,需要加入属性:ondragstart="return false;"
<img id="leftPic" src='./images/leftChange.png' width="20px" height="100px" ondragstart="return false;"/>