我在 html 中有一个代码,它允许我获取中间有空格的字符串,例如“玩游戏”。
在 html 中:
<li><a href="allProduct.php?category=Play Game">Play Game</a></li>
但是我在 echo() 中不能这样做,我只设法得到了“play”这个词:
echo("<table width=80%>
<tr>
<ul>
<li><a href="allProduct.php?category=Play Game">Play Game</a</li>
</ul>
</tr>");