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.
我有一个页面,上面有几个更新面板。该页面的网址是:http://[domainnamehere]/stores/
如果我省略斜杠,一切正常。如果我包含它,当页面执行异步回发时,它会转到 http://[domainnamehere]/stores/ stores
不知道为什么会这样,但它肯定是一个痛苦的屁股!任何建议都将受到欢迎。
您的问题出在服务器端。您需要配置到资源的路由以接受尾部斜杠。如果您使用的是 MVC,您应该能够在该路由中添加一个斜杠,否则将需要在 IIS 级别重写 URL。