假设我的浏览器位置栏中有一个 URL,内容如下:
http://www.example.com/us/books
...我如何编码页面中的 url 以便它添加到地址栏中的地址?
例子
位置栏中的网址:http://www.example.com/us/books
页面上的网址:<a href="./this-title">Read more</a>
期望的
http://www.example.com/us/books/this-title
无论我做什么,它都不会出现在整个 URL 之后。网址不固定。