`
莘雨77
  • 浏览: 3114 次
  • 性别: Icon_minigender_1
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表

git

    博客分类:
  • git
  Git学习总结 GIT 它是一个免费的、分布式的版本控制工具,或是一个强调了速度快的源代码管理工具。 安装GIT(操作系统 windows 8) 下载方式: 1.       在github.com上有个快速安装链接
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ut ...
// JavaScript Document getId=function(id){ return id=typeof string==id?id:document.getElementById(id); } function get(){ return { X:document.documentElement.clientWidth||document.body.clientWidth||window.innerWidth, Y:document.documentElement.clientHeight||document.body.clientheight| ...
function getWin(){              //获取窗口宽度              if (document.body){                    winWidth = document.body.clientWidth;                     winHeight = document.body.clientHeight;                    }                        else if (document.documentElement)              {               ...

iframe自适应

    博客分类:
  • js
//设置iframe的width与高度自适应 function setIframe() {   id=document.getElementById("frameBord"); id.height=0; var y=0; var subWeb = document.frames ? document.frames["Id"].document : id.contentDocument; if(id != null && subWeb != null) {            id.height = subWeb.body ...
Global site tag (gtag.js) - Google Analytics