Example : web api return json example in php $option = $_GET['option']; if ( $option == 1 ) { $data = [ 'a', 'b', 'c' ]; // will encode to JSON array: ["a", ...
確定! 回上一頁