from fake_useragent import UserAgent ua = UserAgent() print(ua.random) # 輸出:Mozilla/5.0 (Windows; U; Windows NT 6.0; ...
確定! 回上一頁