pip install short_url python import short_url long_url = 'https://example.com/article/how-to-use-short_url-library-in-python' short_url = short_url.encode_url(long_url) decoded_url = short_url.decode_url(short_url)


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