<!-- 1.35input标签-->
<form method="get" action="../php/test.php" target="_blank">
下面是form中的input标签,type为image时,该input相当于submit,并且会将点击位置作为x,y提交
<input type="image" alt="submit" src="../img/穆勒.jpg" style="width:30px;"/>
</form>
<form method="get" action="../php/test.php" target="_blank">
下面是form中的input标签,type为image时,该input相当于submit,并且会将点击位置作为x,y提交
<input type="image" alt="submit" src="../img/穆勒.jpg" style="width:30px;"/>
</form>