一个简单JS求助!
- JScript code
document.write("<img style=\"width:0px;height:0px\" src=\"http:\/\/127.0.0.1\/51la.asp?id='+window.location.search+'\" \/>");window.location.search为什么没获取到值?怎么写能获取到?
[解决办法]
document.write("<img style=\"width:0px;height:0px\" src=\"http:\/\/127.0.0.1\/51la.asp?id='"+window.location.search+"'\" \/>");
[解决办法]