搜索:oldstr
找到约 1 项符合「oldstr」的查询结果
结果 1
https://www.eeworm.com/dl/534/160468.html
其他
* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error ...