我正在寻找一种解决方案,您可以在其中更改以下输出:
echo dirname(__FILE__); # Output: C:\inetpub\wwwroot\hot
Web 路径 (example/example.html) 的到和输出。
我正在寻找一种解决方案,您可以在其中更改以下输出:
echo dirname(__FILE__); # Output: C:\inetpub\wwwroot\hot
Web 路径 (example/example.html) 的到和输出。
You need to make your own links. There are an infinite number of possible URLs that may lead to a particular file on the hard disk. Mapping a local path to a URL is not automagically possible.
也许你想要请求 uri?
echo $_SERVER['REQUEST_URI'];
如果没有,您必须执行您的自定义函数/url