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.
Drakma返回一个PURI:URI对象作为第四个返回值。但我想提取实际的字符串而不是弄乱对象。
PURI:URI
puri:uri-string直接访问相应插槽的访问器的名称是什么,在包中不公开,并且文档不存在。
puri:uri-string
任何有使用该软件包的经验的人?
目前我正在(FORMAT nil "~a" URI)用作快速修复,但这不是作者的意图。
(FORMAT nil "~a" URI)
使用puri:render-uri. 请注意,它需要一个流来将 uri 渲染为第二个参数。
puri:render-uri