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

Convert ftl list into js array

WBOY
WBOYOriginal
2016-09-11 11:19:481576browse

例子:ftl 列表:bannerViewUrls

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

Statement:
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