⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showpic.js

📁 时尚数码平台登录模块 strut2+hibernate整合 四层架构 底层数据库层 DAO server层 表现层
💻 JS
字号:
      function showPic(whichpic)
     {
       var sourse = whichpic.getAttribute("href");
       var placeholder = document.getElementById("placeholder");
       placeholder.setAttribute("src",sourse);
       var text = whichpic.getAttribute("title");
       var description = document.getElementById("description");
       description.firstChild.nodeValue = text;
       //alert(description.firstChild.nodeValue);
     }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -