このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
mort
/
spa-example
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1
コミット
1
ブランチ
ツリー:
764ee5ec06
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'764ee5ec06' から
${ noResults }
spa-example
/
api
/
random-recipe.php
random-recipe.php
93B
Raw
Blame
履歴
1
2
3
4
5
6
7
8
<?PHP
$recipe = [
"name" => "Whatever",
"difficulty" => 7,
];
echo json_encode($recipe);