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.
我可以在 SVG onclick 事件中插入 PHP 数据库编码吗?
我尝试使用 onclick 事件在被点击时清除数据库。我是编码新手。
制作一个清除数据库的 php 脚本,然后在单击 SVG 元素后让 javascript 通过 AJAX 调用 PHP 脚本的 URL。
在 HTML 中有表单。您可以使用这些来将输入数据发送到例如 PHP 文件。
如果您想要的是非刷新页面请求,您可以合并 AJAX。