为什么我的结果总显示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>