文章列表
flex-httpservice
- 博客分类:
- Web 前端
由 syw00syw 撰写 http://blog.ityao.com/archives/629
mxml代码中 httpservice 组件,连接一php计算器
<s:Button click="this.hs.send();"/>
<fx:Declarations>
<s:HTTPService id="hs" url="http://127.0.0.1/cal.php" method="GET">
<s:request xmlns=&q ...