python import furl url = furl.furl('http://example.com/path?param1=value1&param2=value2') url.scheme = 'https' url.path = '/newpath' url.args['param2'] = 'newvalue2'


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