a1 = aa[0].slice(1); //去掉第一个字符串
a2 = a2.substr(0, a2.length - 1);
原文地址:https://www.cnblogs.com/xdcr/p/8805300.html
时间: 2024-10-06 00:29:53
a1 = aa[0].slice(1); //去掉第一个字符串
a2 = a2.substr(0, a2.length - 1);
原文地址:https://www.cnblogs.com/xdcr/p/8805300.html