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 响应作为从数据库中检索数据的 JSON,我想要实现的是使用 JSON 数据填充我已经用图片和所有内容创建的水晶报告文件。我可以通过使用 HTML 和 JavaScript 来实现吗?
仅当您负责将 JSON 转换为 Crystal 可以使用的文件格式(例如 CSV)或数据源(Excel、ODBC...)时。JSON 不是 Crystal Reports 的有效数据源。