标签:nbsp str sub 截取 UNC color substr style 开始
substr截取, 从指定的字段开始截取
(function () { var str="小白喜欢小黑"; str=str.substr(2); console.log(str); }());
substr截取, 从指定的字段开始截取
//沙箱 (function () { var str="小明喜欢小红"; str=str.substr(2); console.log(str); }());
标签:nbsp str sub 截取 UNC color substr style 开始
原文地址:https://www.cnblogs.com/jane-panyiyun/p/12175445.html