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.
我想问我可以使用 Ajax 将数据发送到多页 phph 我在 HTML 中有 2 个按钮,我希望每个按钮使用 ajax 从同一个 html 页面将数据发送到不同的 php 页面
Ya.. You can make this.. if the functionality is different, you need to give individual AJAX request for each page.. if the functionality is same, you can change the URL dynamically and send with the single AJAX request...