angular $ http.post - 数据未显示在目标.php页面上的$ _POST数组中

时间:2013-09-30 15:39:47

标签: http angularjs post

var'id'不会显示在目标.php页面上的$ _POST数组中。能不能指出我正确的方向吗?

$http.post("php/get_venue.php", { id: "108" })
.success(function(data, status, headers, config) {
    console.log("success", data);
}).error(function(data, status, headers, config) {
    console.log("error", data, status, headers, config);
});

0 个答案:

没有答案