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.
我打算在 python 中构建我自己的 URI 模块/类来掌握 URI 和 python。您能否向我推荐博客/站点/等的链接,以获取有关 URI 的完整参考以及从哪里开始、不容错过的 RFC 以及任何其他帮助来源。这不是我的家庭作业的一部分。提前致谢!
你知道urlparse存在吗?
它可能会比你打算写的更好。