- 博客(5)
- 收藏
- 关注
原创 框架与内嵌的写法frameset iframe
<frameset cols="25%,50%,25%"> <frame src="frame_a.htm" /> <frame src="frame_b.htm" /> <frame src="frame_c.htm" /> </frameset> <frameset cols="100%"><fram...
2019-11-05 10:07:04
357
原创 屏蔽无用蜘蛛
User-agent: * Disallow: /?* Disallow: /#* User-agent: YisouSpider Disallow: / User-agent: EtaoSpider Disallow: / User-agent: EasouSpider Disallow: / User-agent: YoudaoBot Disallow: / User-agent: Yodao...
2019-11-04 16:03:43
971
原创 json_encode \ json_decode 的应用
$temp = array(); $temp[1]['text'] = array('id'=>1,'text'=>'aaaaaaaaaaaaaaaaaaaaaaa'); $temp[2]['text'] = array('id'=>2,'text'=>'bbbbbbbbb'); $temp[3]['text'] = array('id'=>3,'text'=>...
2019-11-04 10:25:53
169
原创 IIS7 http精确匹配跳转https
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Redirec to HTTPS" stop...
2019-10-29 15:08:08
330
原创 网站电脑移动端js适配跳转
<script> if((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))){ url = window.location.href; window.location.href = url.replace(/www.jzs68.com/,"m.jzs68.com"); } </script...
2019-10-29 14:26:47
343
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅