import console;
import web.rest.jsonLiteClient;
var http = web.rest.jsonLiteClient() ;
var result = http.get("http://tcc.taobao.com/cc/json/mobile_tel_segment.htm",{
tel="13921319833";
output="json";
callback="querycallback";
} );
//返回结果
console.dump(result);
console.pause(true);
上面是例子
web.rest,可以自动识别UTF8,GBK,自动解析JSON,很方便