.heartBig{-webkit-animation:heartBig 1s ease-in-out;}运行时报错,发现在app/runtime/cache里面的文件中,上面的代码变成了.heartBig<?php echo -webkit-animation:heartBig 1s ease-in-out;?>为什么 被自动解析成了php?我在调试的时候并不想生成缓存,怎么关闭?debug设置了
'DB_FIELD_CACHE' => false,
'HTML_CACHE_ON' => false,
'WEB_SITE_CLOSE' => true,
都设置了,不起作用,3.2.2
最佳答案