python pip install pyshorteners python import pyshorteners shortener = pyshorteners.Shortener() url = "https://example.com/blog-post-1" short_url = shortener.tinyurl.short(url) click_stats = shortener.stats.clicks(short_url)


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