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.
在Dajaxice似乎一切都是 POST。我已经读过混合 GET 和 POST 不是一个好习惯,我想我知道什么时候使用哪个。
那么如何在 Dajaxice 中指定 GET 请求呢?
你可以在这里看到
GET 方法在注册装饰器中定义:
@dajaxice_register(method='GET')