js实时在服务器强制更新[beejson原创]

我目前用的是freemaker标签

后台直接定义两个key,使用静态的常量

static final String JS_VERSION = "jsVersion";//JS版本key

static final long JS_VERSION_VALUE = System.currentTimeMillis();//JS版本值

然后把这两个key并put到freemaker默认启动工具类中

 

最后引入js文件时  如下

最后加上javascript在线格式化工具,很使用的工具

javascript压缩/解压 http://www.beejson.com/tool/jsformat.html

html格式化 压缩工具 http://www.beejson.com/tool/html.html

转载于:https://my.oschina.net/u/3733223/blog/1579359

你可能感兴趣的:(js实时在服务器强制更新[beejson原创])