gpt4 book ai didi

javascript - 如何使用下划线模板 (<%%>) 在 PHP 中使用它 ()

转载 作者:行者123 更新时间:2023-11-28 16:15:50 25 4
gpt4 key购买 nike

我该如何解决这个问题?

<%= if(comments.length) { %>
<%=_.each(comments, function (comment) {%>
<div><%=comment.message%></div>
<%=});%>
<%=}%>

我可以在 PHP 中做到这一点,例如:

<?php if(count($comments) { ?>
<?php foreach ($comments as $comment){ ?>
<div><?=$comment->message?></div>
<?php } ?>
<?php } ?>

谢谢

最佳答案

<% if(comments.length) {
_.each(comments, function (comment) { %>
<div><%=comment.message%></div>
<% });
} %>

关于javascript - 如何使用下划线模板 (<%%>) 在 PHP 中使用它 (<?php ?>),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11484608/

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