请问下,我在html模板里给body设置了display:none
在加载完成事件中给body写了jQuery的fadeIn进入效果
为什么预览模板文件效果是正常,用node+artTemplate+express 来render页面后,浏览器看到的效果确是一片空白?
(返回的页面源码是渲染过的完整源码)
走同样的路,发现不同的人生
Please check whether the js path, etc. are correct, and open the debugging window to see the error.
Look at your code, is it the following code?
app.all('*', function (req, res, next) { res.header("Content-Type", "application/json"); next(); });
Please check whether the js path, etc. are correct, and open the debugging window to see the error.
Look at your code, is it the following code?