0
使用http post發送ip地址請求的客戶端計算機或 服務器?http post with flash?
有用的鏈接(我加它,因爲使用谷歌搜索與 「HTTP POST使用閃光燈」 的第一頁時)
例如
var sender = new LoadVars();
sender.x = "xxx";
sender.y = "yyy";
sender.z = "zzz";
sender.send("http://www.yourdomain.com/yourscript.php", "", "post");
是的,如果本地計算機 – 2009-09-16 07:51:56