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 才能运行 Dajax?
我想使用 Dajax,因为我需要一些繁重的 jQuery DOM 操作。Dajax安装文档说需要安装 Dajaxice 才能运行 Dajax。
但是如果我只使用 Dajax ,我是否需要指定{% load dajaxice_templatetags %}and {% dajaxice_js_import %}(inside )?<head>
{% load dajaxice_templatetags %}
{% dajaxice_js_import %}
<head>
是的你是。但是为什么不先尝试再问呢?