python import furl url = furl.furl('https://www.example.com/path?id=123') python import furl url = furl.furl() url.scheme = 'https' url.host = 'www.example.com' url.path = '/path' url.args['id'] = '123' python import furl url = furl.furl('https://www.example.com/path?id=123') python import furl url = furl.furl('https://www.example.com?name=%E5%BC%A0%E4%B8%89')


上一篇:
下一篇:
切换中文