('<meta name="description" content="'.$s['title'].'"怎么样"" />');
我这个php 输出以后,那个"怎么样没有显示
$s['title'] 显示了
哪里错了吗?
------解决方案--------------------
这样试试:
('<meta name="description" content="'.$s['title'].'怎么样" />');
('<meta name="description" content="'.$s['title'].'"怎么样"" />');