标签:div col water load 文件的 os.path java django 建立
引入js库
1 STATIC_URL = ‘/static/‘ 2 3 STATICFILES_DIRS = ( 4 os.path.join(BASE_DIR, ‘static‘), 5 )
templates/hello.html
{% load staticfiles %}#这句添加在html文件的最上面 <script src="{% static "js/jquery-3.1.1.min.js" %}" type="text/javascript"></script> #注意看这里面的script标签和我们之前的script标签之间的不同
标签:div col water load 文件的 os.path java django 建立
原文地址:http://www.cnblogs.com/AndyChen2015/p/7473730.html