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.
好的,所以我正在构建一个 Spotify 应用程序,并且我需要在这个应用程序中访问我的 MySQL 数据库来获取和插入数据,现在 Spotify 不支持我通常会使用的 PHP 女巫,那么我该如何解决这个问题?我不知道如何在不使用 PHP 的情况下做到这一点。
Spotify API 使用 JavaScript,您可以使用例如 jQuery 框架。只需将 jquery.js 保存到您的插件文件夹并将其包含在您的脚本中。然后,您可以使用 $.post() 和其他方法从外部服务器保存/检索数据。