PHP中关于超链接的拼接问题时间:2023-03-09 16:49:00 <?php$link = " http://www.baidu.com";echo '<a href='.$link.'> 百度 </a>';?>