Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$ .ajax()呼び出しを介してWebAPIを呼び出しています。そして、JSON形式で結果セットを取得しています。X個のレコードを取得する方法はありますか?
これを解決するためにスライス関数を使用しました。
これは、ajax呼び出しの前にphpファイルで、または呼び出し後にjavascriptで行う必要があります。$ .ajax()で直接それを行うことはできません。