摘要: //调用 $(function(){ $(".pimg").click(function(){ var _this = $(this);//当前图片 imgShow("#outerdiv", "#innerdiv", "#bigimg", _this); }); }); //方法 function 阅读全文
posted @ 2020-05-07 15:33 why_set 阅读(651) 评论(0) 推荐(0)
摘要: document.getElementById('元素ID').style.display='block'; document.getElementById('元素ID').style.display='none'; 阅读全文
posted @ 2020-05-07 14:10 why_set 阅读(1726) 评论(0) 推荐(0)