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.
我想在 ISS 中创建 Url 重写模式。我想当 url 有 %2c% 时,它会将 %2c% 转换为“,”。
输入:www.example.com/videos/video1%2c%video2%2c%video3%2c%video4%2c% 输出:www.example.com/videos/video1,video2,video3,vide4
我怎样才能做到这一点。图中如下。它在 iis 中的 url 重写屏幕示例。