// Replace.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <shlwapi.h>#pragma comment(lib,"shlwapi.lib")int StrReplaceI(char* src,char* oldstr,char* newstr) 相关文章: