这个php代码哪里出错了?
('<meta name="description" content="'.$s['title'].'"怎么样"" />');
我这个php 输出以后,那个"怎么样没有显示
$s['title'] 显示了
哪里错了吗?
[解决办法]
这样试试:
('<meta name="description" content="'.$s['title'].'怎么样" />');
发布时间: 2013-01-06 15:44:47 作者: rapoo
这个php代码哪里出错了?
('<meta name="description" content="'.$s['title'].'"怎么样"" />');