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 方法来做到这一点(这太复杂了),但似乎必须有一个更好的方法。
不(以更好的方式)。
问:如何更改数据库中的值?
答:您必须向您的服务器发送一个[n] HTTP 请求。
向服务器发送 HTTP 请求有哪些选择?
您可以编写自己的 Javascript 来执行“AJAX”,或者您只需使用已经存在的内容。