我在 php 中使用下面的代码来发送 POST 数据,这个的 javascript 等价物是什么?
$post_url = "https://graph.facebook.com/".$photo[id]."/tags/".$m."/?access_token=".$access_token."&x=20&y=20&method=POST";
$response = file_get_contents($post_url);
我在 php 中使用下面的代码来发送 POST 数据,这个的 javascript 等价物是什么?
$post_url = "https://graph.facebook.com/".$photo[id]."/tags/".$m."/?access_token=".$access_token."&x=20&y=20&method=POST";
$response = file_get_contents($post_url);