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.
我制作了一个自定义模块来执行此操作:
当用户在 url 中写入伦敦市时: http://drupalsite/web/weather/London 网站api.openweathermap.org使用 API 提供数据,用户在页面上获取伦敦天气数据:
http://drupalsite/web/weather/London
如何实施?
使用 php拆分模块中 API 的值,然后使用新变量进行输出。