由 James Qi, 2017年5月9日 网页meta数据中包含单引号、双引号的问题 要做到对搜索引擎友好,一般都应该在页面中设置Keywords, Description这样的Meta数据,我们的Drupal网站中很多都是用PHP来实现的,代码如下: $meta=" <meta name='keywords' content='$keywords' /> <meta name='description' content='$description' /> "; $element = array( '#ty