ColdFusion equivalent to string.split()
ColdFusion has a function called ListToArray. The first parameter is the
list (string) and the second parameter is the delimiter used to denote list
items.
ColdFusion has a function called ListToArray. The first parameter is the
list (string) and the second parameter is the delimiter used to denote list
items.
本文介绍ColdFusion中的ListToArray函数,该函数等同于Java中的String.split()方法,用于将字符串按指定分隔符转换为数组。


被折叠的 条评论
为什么被折叠?



