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.
我将实时湿度和温度数据保存在 MySQL 数据库中。现在,我想创建一个网页来监控控制图中的实时天气数据。如何使用 MySQL 数据和 PHP 在网页上绘制实时控制图?
您需要像 Javascript 这样的客户端脚本语言来发出 ajax 请求以动态更新页面的内容。PHP 是一种服务器端语言,无法做到这一点。