经常看到:http://list.jd.com/9987-653-655-0-0-0-0-0-0-0-1-1-1-1-1-72-33.html 这样的网址,如何实现的呢? 有什么优势?

以京东商城中的Url重写为例:

对于这样的网址:http://list.jd.com/9987-653-655-0-0-0-0-0-0-0-1-1-1-1-1-72-33.html

对于这样的网址是利用了URLRewrite重写得到的。每个-后就是个参数,这样的网址可以看成是
http://www.360buy.com/products.aspx?参数1=737&参数2=794&参数3=798&.........&参数N=1 ,这个是通过UrlRewrite映射后的结果

详细分析看:http://msdn.microsoft.com/zh-cn/library/ms972974.aspx

 

 

 

 

 

相关文章:

  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-11-22
  • 2021-12-24
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-01-27
相关资源
相似解决方案