117.info
人生若只如初见

标签:replacestring

string中replace的用法有哪些

在字符串中,replace()函数主要用于替换指定的字符串或字符。
replace()函数的用法有以下几种: 替换字符串中的指定子字符串:replace(old, new)函数用new字...

阅读(194) replacestring