摘要:
擦 ,今天在Django项目中引用静态文件jQuery.js 就是引入报错,终于找到原因了! 问题在于我使用的谷歌浏览器,默认使用了缓存,导致每次访问同一个url时,都返回的是缓存里面的东西。通过谷歌浏览器里面的开发者工具network下面的选项能禁用缓存。 禁用缓存后,则在django开发环境里面 阅读全文
摘要:
yanzhengma.html: <form> <img src="{% url 'yanzhengma_code' %}" onclick="this.src=this.src+'?'+Math.random()"> 验证码:<input type="" name=""><br> <button> 阅读全文