如何在 php 中打印此标记?
<a href="javascript:AddItem('$node->title')" class="showmessage"
OnClick="show_alert()"><img class="atwatw" src="/files/button.gif" border="0" /></a>
我试过这个,但纳达....
<?php print '<a href="javascript:AddItem(\'' . $node->title') . '" class="showmessage"
OnClick="show_alert()">' . '<img class="atwatw" src="/files/button.gif" border="0" /></a>' ?>