<script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ $("img").attr("width","180"); //變更屬性值 });
確定! 回上一頁