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.
嗨!我需要知道如何将一些 json 数据过滤/解析到 JSP 中。这将是为了创建一种“小”API。我通过 PHP 做了一个测试,事情就是这样。我向这样的 URL 发送参数 records.php?artist='tame impala'
在我的 php 文件中,首先我继续修剪参数艺术家,然后我将所有记录与 JSON 进行比较,最后我只打印来自“驯服黑斑羚”的记录。
是否可以在没有任何 servlet 或类似文件的 JSP 文件中执行此操作?
非常感谢!