你可以把这些放到某个element里面
然后取该element的innerHTML
【 在 yesim (yesim) 的大作中提到: 】
: 标 题: js可以像php直接把html代码赋值变量的功能么?
: 发信站: 水木社区 (Sat Aug 1 10:59:57 2009), 站内
:
: 比如:
: <?
: $html = <<<HTML
: <li><a href="#">3. Your Objectives</a></li>
: <li><a href="#">4. Your Indicators</a></li>
: <li><a href="#">5. Data Your Need</a></li>
: <script type="text/JavaScript">
: var alimama_linkcolor="008000";
: var alimama_sizecode="11";
: var alimama_width=760;
: var alimama_height=90;
: var alimama_type=2;
: </script>
: <SCRIPT src="http://p.alimama.com/inf.js" type=text/javascript>
: </script>
: HTML;
: echo $html."pppppppp";
: ?>
:
: --
:
: ※ 修改:·yesim 于 Aug 1 11:00:32 2009 修改本文·[FROM: 211.99.222.*]
: ※ 来源:·水木社区 newsmth.net·[FROM: 211.99.222.*]
--
修改:yesim FROM 211.99.222.*
FROM 123.112.91.*