Javascript可以使用getElementsById setAttribute來做到跟改html元素屬性方法如下:
範例一
document.getElementsById("images").setAttribute("width", "200");
Javascript可以使用getElementsById setAttribute來做到跟改html元素屬性方法如下:
document.getElementsById("images").setAttribute("width", "200");