问答详情
源自:8-11 Location对象

为什么设置按钮点击之后没有反应呢

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>location</title>

</head>

 <script type="text/javascript">

    function location(){

        document.write(window.location.href);

    }    

     

 </script>


<body>

    <form>

        <input type="button" value="点击获取输出显示文档的URL" onclick="location()">

         

    </form>

</body>

</html>



提问者:qq_半夏c微凉_0 2018-06-12 23:02

个回答

  • 急性子的蜗牛
    2018-08-23 17:36:24

    方法名称不用关键词 就能正常运行了

  • 那人那人
    2018-06-13 14:45:44

    你把方法名字换一下,最好不是什么关键词就好了