小编Los*_*mer的帖子

我的etc文件夹下没有apache2文件夹,很困惑?等/ apache2的?

我正在使用aws ec2服务器并尝试更改配置文件以允许覆盖路径/ etc/apache2/sites-available

但是,在文件夹等下,没有apache2.有谁知道为什么?谢谢!

apache server

4
推荐指数
1
解决办法
2834
查看次数

onsubmit返回false不起作用,表单仍然提交?

这是代码

<html>

    <head>
        <script>
        function test() {
            return false;
        }
        </script>
    </head>

    <body>
        <form method="post" action="../test.php">
            <input type="submit" onsubmit="return test()">
        </form>
    </body>

</html>
Run Code Online (Sandbox Code Playgroud)

表格怎么还在提交,对我来说没有意义?

html javascript

1
推荐指数
1
解决办法
2647
查看次数

标签 统计

apache ×1

html ×1

javascript ×1

server ×1