摘要: function changeStyle(attr, value){ this.style[attr] = value; } var box = document.getElementById('box'); window.changeStyle.call(box, "height", "200px 阅读全文
posted @ 2021-08-26 10:30 木头小屋 阅读(24) 评论(0) 推荐(0)