text1有文本:“我爱北京天安门” text2有文本:“北京” 怎样判断text1里是否有“北京” ? 问题点数:20、回复次数:2Top
if instr(text1,text2)>0 then msgbox "找到了" endifTop
instrTop