- Gaoblog
- |
- 网页代码
- |
- 1 Replies
- 2018/05/10
<framesetframespacing =“ 0”边框=“ 0”行=“ 0” frameborder =“ 0”>
<frame name =“ main” src =“ http://网页地址” scrolling =“ auto” noresize>
</ frameset>
<iframe height=498 width=510 src='http://网页地址' frameborder=0 'allowfullscreen'></iframe>
背景:#E1F...
- Gaoblog
- |
- 免费资源
- |
- 0 Replies
- 2018/05/01
JS代码调用 可以放在页面任意地方
JS代码调用 可以放在页面任意地方
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/javascript">
document.write(returnCitySN["cip"]+','+returnCitySN["cname"])
</script>
...
- Gaoblog
- |
- 免费资源
- |
- 1 Replies
- 2018/05/01
<head lang="en">
<meta charset="UTF-8">
<style>
img {position: absolute;transition: all .3s;}
</style>
</head>
<body>
<img src="images/logo.png" id="img" />
<script src="...