2 lines
96 B
Text
2 lines
96 B
Text
var CURL=Import("zklCurl");
|
|
CURL.urlEncode("http://foo bar/") //--> "http%3A%2F%2Ffoo%20bar%2F"
|