【发布时间】:2011-02-05 05:47:53
【问题描述】:
我有一个类似下面的链接
<a href="#" onclick="window.open('http://www.twitter.com/home?status=Reading+Facebook share, Yahoo Buzz and Tweet this buttons for Blogger blogs+http://www.didiknow.com');">Tweet this</a>
我想在里面插入一个 php 变量值作为状态的东西 喜欢
<a href="#" onclick="window.open('http://www.twitter.com/home?status=$markme_ddesc');">Tweet this</a>
怎么办??请帮帮我..
【问题讨论】: