以下在主机中的行为有所不同:
echo 'DIR:' .__DIR__; // DIR:__DIR__
localhost :(工作正常):
DIR:C:\Program Files\VertrigoServ\www
为什么这种不同的输出
echo 'DIR:' .__DIR__; // DIR:__DIR__
localhost :(工作正常):
DIR:C:\Program Files\VertrigoServ\www
为什么这种不同的输出