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