string strtemp = "保存位置:" + Request.PhysicalApplicationPath + "Test";
Page.RegisterStartupScript("", "<script>alert('" + strtemp + "');</script>");这样提示的路径中没有"\",是什么原因呢?