摘要:
1.flex传送对象给phpvar obj:Object = new Object();obj.name = 'buhuan';obj.age = '1';把obj当参数发送 php接收flex的objectfunction test($flexobj){ $name = $flexobj -> name; $age = $flexobj -> age;}2.php传送对象给flex$obj = new stdClass();$obj -> name = 'buhuan';$obj -> age = 10;return $ 阅读全文
posted @ 2013-03-14 15:43
toxic
阅读(431)
评论(0)
推荐(0)

浙公网安备 33010602011771号