> 其他 >
问一道vf的题
store "xxyy" to china,chinese,hello
list memory like *e
为什么结果中china chinese hello 都有
我就想不通了china里明明就没有e啊
我换成list memory like *d 结果显示还是china chinese hello
想不通 里面连d字母都没有
人气:198 ℃ 时间:2020-06-25 15:16:40
解答
list memory like ?*e
?代表任意的一个字符,*代表任意的多个字符.
你把?放在第一位,当然是所有变量都符合条件.因为第1个字符任意.
?在使用中通常不能放在第一位,比如like a?
它的含义就是找第1个字符是a,第2个字符任意的变量.
推荐
猜你喜欢
© 2025 79432.Com All Rights Reserved.
电脑版|手机版