2013-06-24 16 views

cevap

9

URI modülü, fragment özniteliği sağlar. e.g:

>> uri = URI("http://example.com/index.php?q=something#anchor") 
>> uri.fragment 
=> "anchor" 
İlgili konular