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.
就网络的路由 url 而言,使用字符/分隔路由 url 是标准做法。
/
前任:
www.example.com/i/like/programming
是否有特定原因,例如搜索引擎优化,这是生成 url 的标准方式?
然而,也很容易实现这样的路由模式,尤其是像Symfony2或Zend这样的框架:
www.example.com/i<>like<>programming
我想知道为什么不(或不应该)使用特殊字符代替字符的具体原因/
该约定称为统一资源定位器。维基百科在这里有一篇很棒的文章