2017-04-10 13:09:10
2017-04-10 13:08:59
JavaScript:收集一个网页内的特定内容
首先声明一下本人不是很熟悉DOM也不是很熟悉JS。 我相信用过游戏激活码的朋友们都遇到过我的问题,例如这个页面:http://ka.sina.com.cn/index.php/index/GameInfo/gid/6694 当我复制页面激活码后,去游戏官方网...
0
1
854
2017-04-10 13:08:38
javascript - js实现手机手指滑动页面跟随。
现在有个手机页面,我需要手指滑动,并且同时页面跟随滑动,本来实现用了addEventListener('touchstart', touchStartFunc, false); addEventListener('touchmove', touchMoveFunc, false); addEventListener('tou...
0
1
983
2017-04-10 13:08:38
php - 编译mcrypt出错,mhash怎么都对不上(已解决)
想自己编译安装php的mcrypt扩展 {代码...} configure不通过,提示:checking for mhash_keygen in -lmhash... noconfigure: error: "You need at least libmhash 0.8.15 to compile this program. http://mh...
0
5
945
2017-04-10 12:49:15
2017-04-10 12:49:14
javascript - js 语句问题,哪里错误了?
request.setAttribute("a", "<script>alert('a');</script>"); 可以弹出到页面 request.setAttribute("a", "<script>alert("+a+"
0
2
662
2017-04-10 12:49:13
2017-04-10 12:49:11
javascript - 跨域iframe怎样绑定click事件?
探索了很久,貌似iframe不支持click事件啊,$('iframe').click(function(){alert('Clicked')});而 <iframe src="http://www.baidu.com"></iframe> ,但始终没反应啊,但是猫扑大杂烩左右分...
0
1
1066
2017-04-10 12:49:11
2017-04-10 12:49:03