twiki 中 HTTP 的 DBI_QUERY 替换
我目前正在替换 twiki 页面中的一些功能,该页面一直使用 DBI_QUERY 功能从数据库中提取数据,并生成一个在表列之一上包含超链接的表。有没有办法从 twiki 在加载页面时发出的 HTTP 请求中提取的逗号分隔文件生成类似的表?或者,我可以将数据提取为 JSON。
谢谢,
SetJmp
I am currently replacing some functionality in a twiki page that has been pulling data from a DB using the DBI_QUERY feature and generating a table complete with hyperlinks on one of the table columns. Is there a way to generate a similar table from a comma separated file pulled from an HTTP request that twiki makes when the page is loaded? Alternatively, I can pull the data as JSON.
Thanks,
SetJmp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是:显然不是。
然而,如果 GET 已经适当地预先格式化,则使用 iframe 可以植入一张表。
期待更好的答案...
Answer is: apparently not.
However, using an iframe one can implant a table if the GET is already pre-formatted appropriately.
Will look forward to better answers...