Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET 应用程序
我对显示图像有些困惑。加载 img 时 IE 完全正常工作。Firefox 不在生产服务器上显示图像。
生成的 img url 在服务器上:
\chartings\charts\temp/generatedchart_img.jpg
我注意到当我在 localhost publish 上运行时会翻转 src url:
/chartings/charts/temp\generatedchart_img.jpg
非常感谢任何建议。谢谢
我认为网址应该只有正斜杠:
/chartings/charts/temp/generatedchart_img.jpg