Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下 XsL,它在同一窗口中打开链接。我想添加将在选项卡中打开一个新窗口但不是新窗口的目标 _blank。同时调整它的大小。我在下面试过但没有用。
<a href="{$modifiedUrl}" target="_blank"> view more </a>
在 _blank 周围加上引号:
<a href="{$modifiedUrl}" target="_blank">
您当前的标记不是有效的 xml。