1

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);
});
4

0 回答 0