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