正则表达式

mac2024-04-09  35

 

let para = String(filterParams[p]).replace(/(^%!)|(%$)/g,""); //去掉字符串前(%!)后(%)

 

最新回复(0)