function changeSize() { document.getElementById("compman").height="270" document.getElementById("compman").width="164" }
<img id="compman" src="//www.w3school.com.cn/i/eg_bulbon.gif"> <br> <br> <input type="button" onclick="changeSize()" value="改变图像的高度和宽度">