gpt4 book ai didi

php - 如何打开目标为 ='_blank' 的新窗口?我的代码不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 13:37:20 26 4
gpt4 key购买 nike

$html=<<<html
<tr><td>$i.<a href="offtask.php?taskid=$taskid target='_blank' ">$title</a></td><td>$count</td><td class="nowrap">$locationtext</td></tr>
html;
echo $html;

如何在上面的代码中打开一个新窗口? target='_blank' 不起作用。

最佳答案

您的 target 属性卡在您的 href 属性中。试试这个:

$html=<<<html
<tr><td>$i.<a href="offtask.php?taskid=$taskid" target="_blank">$title</a></td><td>$count</td><td class="nowrap">$locationtext</td></tr>
html;
echo $html;

关于php - 如何打开目标为 ='_blank' 的新窗口?我的代码不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1895730/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com