问一道vf的题store "xxyy" to china,chinese,hellolist memory like *

问一道vf的题
store "xxyy" to china,chinese,hello
list memory like *e
为什么结果中china chinese hello 都有
我就想不通了china里明明就没有e啊
我换成list memory like *d 结果显示还是china chinese hello
想不通 里面连d字母都没有
diskformail 1年前 已收到1个回答 举报

睡眠之神 春芽

共回答了24个问题采纳率:75% 举报

list memory like ?*e
?代表任意的一个字符,*代表任意的多个字符.
你把?放在第一位,当然是所有变量都符合条件.因为第1个字符任意.
?在使用中通常不能放在第一位,比如 like a?
它的含义就是找第1个字符是a,第2个字符任意的变量.

1年前

5
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 2.196 s. - webmaster@yulucn.com