如何使用 php 从网站上的日历中提取数据?

发布于 2024-11-08 16:52:08 字数 248 浏览 1 评论 0原文

该网站是 Confluence。网站上有很多东西,其中之一就是日历。日历有事件等,我想提取这些事件和日期,以便我可以通过计算机语音朗读向用户朗读我获得的文本。下面是整个事情的图片。

如果有人知道 Twilio,我会尝试让呼叫者从日历中获取信息。

http://img64.imageshack.us/img64/2052/calendarf.png

The website is Confluence. It has many things on the website one being a calendar. The calendar has events and such and I would like to extract those events and dates so that I can read the text I obtain to a user through with computer voice reading. Below is a picture of the whole thing.

If anyone is aware of Twilio I am trying to get callers to obtain information from the calendar.

http://img64.imageshack.us/img64/2052/calendarf.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蔚蓝源自深海 2024-11-15 16:52:08

我会在 PHP 中使用 CURL 来读取 HTML 页面并使用 HTML 解析器对其进行解析。但我想你所指的日历使用 AJAX 来获取一些元素,在这种情况下你不能做太多的废弃。查找日历的 RSS 或 XML 源。

I would use CURL in PHP to read in the HTML page and parse it using a HTML parser. But I would imagine the calendar you are referring to uses AJAX to fetch some elements in which case you can't do much scrapping. Look for an RSS or XML feed for the calendar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文