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.
如果是这样,我该如何更改以下代码:
(script-path (tbnl::enough-url (ppcre:regex-replace-all "\\\\" script-name "/") uri-prefix))
谢谢!
也许你正在寻找这个?
CL-USER> (puri:render-uri (puri:enough-uri "http://foo.bar.com/baz/blub" "http://foo.bar.com/") nil) "/baz/blub"