在模板中引入其他网站的css/js/img时,url会被加上一句 /tpl/www,怎么让他不加呢?
把引入的文件路径改如,如引入
static/js/demo.js
改成
static/{#js#}/demo.js
即可