我正在使用aws ec2服务器并尝试更改配置文件以允许覆盖路径/ etc/apache2/sites-available
但是,在文件夹等下,没有apache2.有谁知道为什么?谢谢!
这是代码
<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)
表格怎么还在提交,对我来说没有意义?