function say(){ $test= $_GET["a"]; if (empty($test)) {$data["result"]=(string) 2;echo$test) json_encode($data);exit; }else{$data["result"]=(string) 1;echo json_encode($data);exit; } }say(); 以上就介紹了php為app提供介面攜帶參數並返回,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。