天天看点

“\images” 和 “~\images'”的区别

小实验,记录一下。

跑这几行:

这是输出:

C:\inetpub\wwwroot\images

D:\DNN\Dev\WebSite\images

“\”代表网站的根目录

“~”代表虚拟目录的根目录

继续阅读