摘要: 下电影、电视网址:http://www.80s.tw/ 篮球网址:http://nba.hupu.com/ 前端:http://div.io/digg 前端资源:http://www1.qdfuns.com/feres.php 图片压缩:https://tinypng.com/ APP二维码生成器二 阅读全文
posted @ 2017-02-15 15:18 txfling 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 当我们通过url传参跳转到其他页面,如: http://www.xxx.com/content.html?id=217&name=txf&phone=15829087165 在跳转后的页面需要获取到参数,方法如下: function getUrlArgs(){//公用方法 var url_pid=w 阅读全文
posted @ 2017-02-15 14:58 txfling 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 在用ajax获取数据,不刷新页面情况下,保持前进后退按钮功能,网页端兼容性最好的方式如下: 首先url后面参数用# 如http://www.xxx.com/#txf; 使用改变location.hash来改变#后面参数时,页面不会跳转,但会产生记录。这样就能做监控了: var oldURL,newU 阅读全文
posted @ 2017-02-15 14:50 txfling 阅读(334) 评论(0) 推荐(0) 编辑