举报
$sStr = InputBox('检测!打头','输入!打头或不打头几个字符') If StringRegExp($sStr, '^!', 3) = 0 Then MsgBox(0,0,'是!打头') Else MsgBox(0,0,'不是!打头') EndIf
$sStr = InputBox('检测!打头','输入!打头或不打头几个字符') If StringRegExp($sStr, '^!', 0) = 1 Then MsgBox(0,0,'是!打头') Else MsgBox(0,0,'不是!打头') EndIf
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-20 07:19 , Processed in 0.090679 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.