1、 简单控制图片width,height的例子 function forBig(id) { var node = document.getElementById(id); var width = node.getAttribute("width"); var height = node.getAttribute("height"); node.setAttribute("width",width+20); node.setAttribute("height",height+20); } function forSmall(id) { var node = docu ...
wf_7758520
搜索本博客
最近加入圈子
最新评论
评论排行榜