需要注意的是jsonp請求的服務端返回的資料格式有些不一樣,下面以php為例 $call = $_GET['callback']; $json = json_encode(['data'=>'tttttt']); ...
確定! 回上一頁