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() 调用调用 Web API。我得到了 JSON 格式的结果集。有什么方法可以检索 X 条记录?
我使用 Slice 函数来解决这个问题。
您必须在 ajax 调用之前在 php 文件中执行此操作,或者在调用之后在 javascript 中执行此操作。很确定你不能直接用 $.ajax() 做到这一点。