本文介绍了聊天机器人,vb.net,重复输入,Visual Studio的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,再次成为朋友;
在vb.net控制台应用程序中,我要完成以下操作;
用于指定的字符串输入,例如"greetings"
我希望控制台第一次响应"hello",如第二次,第三次和第四次(任何大于1的值),我希望控制台响应您已经说过",或者只是从随机字符串列表.这是什么代码或功能?
非常感谢您的回答..
hello again friends;
in vb.net console applications,i want to accomplish the following;
for a specified string input like "greetings"
i want the console to respond "hello" for the first time,as for the second,third and fourth times(any value that is >1) i want the console to respond "you already said that" or just pick the respond from a list of random strings. what would be the code or function for this?
Your answers are much appreciated..
推荐答案
这篇关于聊天机器人,vb.net,重复输入,Visual Studio的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!