Home > Web Front-end > HTML Tutorial > Convert ftl list into js array

Convert ftl list into js array

WBOY
Release: 2016-09-11 11:19:48
Original
1608 people have browsed it

例子:ftl 列表:bannerViewUrls

var arrayBanner=[<#list bannerViewUrls as list>"${list}"<#if list_index!=bannerViewUrls?size-1>,],      bannerSize=arrayBanner.length;

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template