我在把“基地”作为我前面的终点和“铁路”作为我的后端。 但它破坏了我的数据。
我如何提高业绩?
The php script is similar this /userdata.php
档案
$uid=$_GET[ uid ];
function getData($uid)
{
$dataUrl= http://localhost:8080/profile/user/teacher?id= .$uid;
$json=file_get_contents($dataUrl);
print_r($json);
}
getData($uid);
javascript which calls this phpscript is
$.getJSON( userdata.php?uid +1,function(data){
console.log(data);
});