html:
<script id="cloth-category-list-tpl" type="text/html">
<!-- 衣服分类列表 -->
<% _.each(data, function(ccl) { %>
<div class="item-frame">
<li class="items-category" name="title-name">
<div class="item-name item-bor">
<span> <%= ccl.name %></span>
<span class="dropbtn fr"></span>
</div>
<ul class="drop-list list-unstyled">
<% if( ccl.childList.length != 0 ) { %>
<% _.each(ccl.childList, function(cl) { %>
<li class="list-style " data-id="<%= cl.id %>">
<span ><%= cl.name %></span>
</li>
<% }); %>
<% } else {%>
<li class="list-style" id="0">
<span >无</span>
</li>
<% } %>
</ul>
</li>
</div>
<% }); %>
<!-- 衣服分类列表 /-->
</script>
代码的php代码是在后台执行还是说在浏览器也可以执行?
index.html中有这样<% _.each(data, function(ccl) { %>之类的代码,后台是用thinkphp,什么意思?
答案:2 悬赏:50 手机版
解决时间 2021-03-10 05:20
- 提问者网友:我没有何以琛的痴心不悔
- 2021-03-09 22:01
最佳答案
- 五星知识达人网友:舊物识亽
- 2021-03-09 22:58
这个代码里面很明显用的是asp啊 哪里有php标签? php语言是在浏览器上运行的。后台的意思是他在很多服务器运行 在浏览器运行你也看不到
全部回答
- 1楼网友:旧脸谱
- 2021-03-09 23:37
我是来看评论的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯