为什么我提交之后是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>