What are the URL parameters? (element at position #3 in urlparse result)
问题 I've taken a look to urlparse.urlparse method documentation and I'm a little bit confused about what is the parameters part (not to be confused with the more familiar query part, that is what goes after the question mark and before the fragment part). Wikipedia entry on URL's structure doesn't say anything about that, so could please anybody elaborate a little bit on this and possibly give some examples? 回答1: fascinating, this is the first time I've encounter them, found this http:/