标签:字符串 获取 取数 需要 life OLE code http adf
字符串变成数组,常用来获取数组中我们需要的值。
var str="http://op/adfie/life.png";
let arr=str.split(‘.‘);
console.log("字符串变成数组",arr)
["http://op/adfie/life", "png"]
标签:字符串 获取 取数 需要 life OLE code http adf
原文地址:https://www.cnblogs.com/IwishIcould/p/12656474.html