本文介绍了在消息框中的斜杠后显示文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个文本框,其值类似于Code/10023.实际上,我想要的是在斜杠(/)之后有多少个字母,我想在消息框中显示它..
结果应该像10023.我不知道该怎么做,我尝试使用子字符串,但是我无法实现..

解决方案



i have one text box in which value is like Code/10023. Actually What i want is that how many the letters there after the slash(/), i want to show that in messagebox..
Result should be like 10023. I dont know how to do this i was trying using substring but i am not able to achieve this..

解决方案




这篇关于在消息框中的斜杠后显示文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 00:13