How to parse user agent string using Python. There is a library called httpagentparser for that: import httpagentparser >>> s = "Mozilla/5.0 (X11; U; ...
確定! 回上一頁