handle url,javascript-style API
pip3 install xxurl
├──0. __init__.0
├──1. __init__.1
├──2. __init__.2
├──3. __init__.3
├──4. repl_hash
├──5. repl_host
├──6. repl_hostname
├──7. repl_netloc
├──8. repl_params
├──9. repl_password
├──10. repl_path
├──11. repl_port
├──12. repl_protocol
├──13. repl_query
├──14. repl_userinfo
├──15. repl_username
├──16. searchParams.append
├──17. searchParams.delete
├──18. searchParams.entries
├──19. searchParams.get
├──20. searchParams.getAll
├──21. searchParams.has
├──22. searchParams.insert
├──23. searchParams.prepend
├──24. searchParams.set
├──25. toDict
├──26. toTuple
├──0. append
├──1. delete
├──2. entries
├──3. get
├──4. getAll
├──5. has
├──6. insert
├──7. keys
├──8. prepend
├──9. set
├──10. toString
├──11. values