為什么我提交之后是undefined
<!DOCTYPE?HTML> <html> <head> <meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"> <title>location</title> </head> ?<script?type="text/javascript"> ?????document.write(window.location.herf); ?</script> </head> <body> </body> </html>
2016-11-03
href寫(xiě)錯(cuò)了……
2016-11-02
因?yàn)槟鉾indow.location.herf屬性沒(méi)有定義,屬性未定義則輸出undefined;
在之前加上定義就好了
2016-11-01
沒(méi)有定義變量