时间:2021-05-26
复制代码 代码如下:
var InterestKeywordListString = $("#userInterestKeywordLabel").html();
var InterestKeywordListArr = [];
var t = '';
for (var i = 0; i < InterestKeywordListString.length; i++) {
var tmp = InterestKeywordListString.charAt(i);
if (tmp != '' && tmp != ',') {
t += tmp;
lastNum = true;
} else {
if (t != '' && t != ',') {
InterestKeywordListArr.push(t);
t = '';
}
lastNum = false;
}
}
if (t != '' && t != ',') {
InterestKeywordListArr.push(t);
}
for(var i=0;i<InterestKeywordListArr.length;i++){
alert(
InterestKeywordListArr[i]
);
}
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
PHPexplode()函数实例把字符串打散为数组:定义和用法explode()函数使用一个字符串分割另一个字符串,并返回由字符串组成的数组。注释:"separ
分割字符串//利用explode函数分割字符串到数组复制代码代码如下://split函数进行字符分割//分隔符可以是斜线,点,或横线复制代码代码如下:通过数组实
split()方法的定义和用法:split()方法可以利用字符串的子字符串的作为分隔符将字符串分割为字符串数组,并返回此数组。注:作为分割符的子字符串不会成为返
explode()函数把字符串分割为数组。语法explode(separator,string,limit)参数描述separator必需。规定在哪里分割字符串
PHPstr_split()函数实例把字符串"Hello"分割到数组中:定义和用法str_split()函数把字符串分割到数组中。语法str_split(_st