首页 > 学院 > 开发设计 > 正文

文章标题

2019-11-08 01:25:42
字体:
来源:转载
供稿:网友

StrStrI function

Finds the first occurrence of a substring within a string. The comparison is not case-sensitive.

查找子字符串的第一个出现在字符串。比较时可以忽略大小写。

// Syntax C++

PTSTR StrStrI( _In_ PTSTR pszFirst, _In_ PCTSTR pszSrch);

这里写图片描述


上一篇:大笨钟

下一篇:XAMPP下使用MySQL教程

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表