为了账号安全,请及时绑定邮箱和手机立即绑定

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

<!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>



正在回答

2 回答

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

0 回复 有任何疑惑可以回复我~

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

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

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

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信