Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 字符串多个

0 votes
364 views
1 answer
    string .replace(/a/g, '!') .replace(/b/g, '#') .replace(/c/g, '没规律的') .replace(/d/g, '没规律的') .replace(/e/g, '没规律的') // 以下省略20行 ..... 以上,像这种字符串替换,源文本很大、高频率调用的情况下 如何写怎么省内存和提高性能呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...