我使用的插件添加了wp_enqueue_style()
.
当我查看页面源代码时,我发现这一行:
<link rel=\'stylesheet\' id=\'ai1ec_style-css\' href=\'http://heseg.com/\' type=\'text/css\' media=\'all\' />
查看插件代码后,我发现
wp_enqueue_style
方法并打印它发送的值,我发现URL为:
http://heseg.com/?ai1ec_render_css=1376759122ai1ec_style
看起来URL被修剪为
\'http://heseg.com/\'
这是什么原因造成的?