為什么我提交之后是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寫錯了……
2016-11-02
因為你window.location.herf屬性沒有定義,屬性未定義則輸出undefined;
在之前加上定義就好了
2016-11-01
沒有定義變量