首页 > 代码库 > url编码模块

url编码模块

1 use LWP::SImple;
2 use URI::Escape;
3 encoded_string = uri_escape(raw_string);
4 get(encoded_string);

 

url编码模块