sae报错如上,但是本地运行正常相关本地未编译代码为
if($('#topic-question').data('agree')==true){$('#topic-question .agree').addClass("acted")};
if($('#topic-question').data('disagree')==true){$('#topic-question .disagree').addClass("acted")};而saemc中为if($('#topic-question').data('agree')==true)<?php echo ($('#topic-question ["agree')"]["addClass("acted")"]); ?>;
if($('#topic-question').data('disagree')==true)<?php echo ($('#topic-question ["disagree')"]["addClass("acted")"]); ?>;求大神解决,急等! 最佳答案