As3访问http和webService的类HttpRequest
packageHelper{/*HttpRequest类powerbyAk18.cn2013-06-19Get请示例子varreq:HttpRequest=newHttpRequest();req.Get(url,completeHandler);Post请求例子varpar:URLVariables=newURLVariables();par.theCityName="北京";req.Post(url,par,completeHandler);*/importflash.net.URLLoader;importflash.net.
下载地址
用户评论
对初学者说,有用
谢谢。 实例很好用~
写的很基础 对于初学者来说很不错
不错,谢谢。 能用的实例