string path = Server.MapPath("./");
//path="c:\\users\\sandy\\documents\\visual studio 2012\\Projects\\WebApplication7\\";
Response.Write("<script>alert('" + path + "');</script>");
不弹提示,浏览器报 ncaught SyntaxError: Unexpected token ILLEGAL的错误。
貌似是\ 的原因,不太明白为什么。