首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Web前端黑客技术揭底 笔记2

2013-10-30 
Web前端黑客技术揭秘 笔记2一.模拟用户发起浏览器请求1.1 GET方式,实际上就是一个URLvar _writedocument.

Web前端黑客技术揭秘 笔记2
一.模拟用户发起浏览器请求        1.1 GET方式,实际上就是一个URL

var _write=document.write.bind(document);document.write=function(x){if(typeof(x)=='underfined'){return;}_write(x);};var _write=document.write;document.write=function(x){if(typeof(x)=='undefined'){return;}_write.call(document,x);};document.write("<script>alert(1)</script>");













热点排行