我正在尝试将图像用于按钮:
<button name="foo" type="button" value="bar" onclick="AjaxResponse()" > <img src="img.png"> </button>
或者
<button name="foo" type="button" value="bar" onclick="AjaxResponse()" img src="img.png" />
两者都不显示带有图像的按钮。它只显示小图标,单击时执行正确操作。但是为什么看不到图像呢?