fun fragment(): String?
Returns this URL's fragment, like "abc" for http://host/#abc. This returns null if the URL has no fragment.
"abc"
http://host/#abc