【发布时间】:2023-10-20 21:21:01
【问题描述】:
我有下面的回声,我需要在其中链接,但我在链接的那一行得到了一个意外的 T_STRING,它说期待 ',' 或 ';'
代码是:
echo " You Are Now A User Of ClipBoy!
Drag the image below to your bookmarks bar for easy access to your site!
To get to your site go to
<a href"http://themacsplash.com/ClipBoy/userfiles/$myUser" target "_blank">
http://themacsplash.com/ClipBoy/userfiles/$myUser</a>";
我该如何解决这个问题?
【问题讨论】:
-
href=\"http://...不要忘记属性和它的值之间的=
-
是我们的朋友威尔一直在问同样的问题......