当我为我的页面加注星标时,我在萤火虫中收到此错误:“SyntaxError:未终止的字符串文字”。这是我的代码:
$('.survey_title').html('<?php
$found1 = get_option("heading");
if($found1)
{
echo $found1 ;
}
?>').css('color', 'red');
问题出在哪里???