Mor*_*ree -2 html php variables
我在配置文件中包含此代码,该文件包含在索引文件中:
$googleplusurl = '<link rel=”author” href=”https://plus.google.com/b/112742920089284118188/112742920089284118188”/>';
Run Code Online (Sandbox Code Playgroud)
该代码调用该代码:
<?php echo $googleplusurl;?>
Run Code Online (Sandbox Code Playgroud)
但是当我去加载索引页面时,它给了我:
<link rel=â€author†href=â€https://plus.google.com/b/112742920089284118188/112742920089284118188â€/>
Run Code Online (Sandbox Code Playgroud)
这究竟出了什么问题?