adr*_*din 0 html php variables
给定以下index.html
文件:
<html>
<body>
<p>Welcome to <?= $_SERVER ['HTTP_HOST']; ?></p>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
我期望看到“Welcome to Examples.COM”,我看到的只是“Welcome to”。如果代码签出,什么会导致这种情况发生?
归档时间: |
|
查看次数: |
89 次 |
最近记录: |