问题描述
大家好
我希望看看是否有人有关于如何解决以下问题的程序或想法(特别是在Small Basic中),这是相当受欢迎的用C ++和Python编写的程序
I am looking to see if anyone has a program or ideas on how to solve the question below (Specifically in Small Basic), This is quite a popular program in C++ and Python
登录程序根据基于文本的文件检查人员用户名和密码
Login Program checking the persons username and password against a text based file
我想要一个包含多个用户名和密码的文本文件
I would like to have a text file containing several user names and password
user1,password1
user1,password1
user2,password2
user2,password2
user3,password3
user3,password3
我已经尝试了一段时间并且从文本文件中读取取得了一些成功,但我现在正在努力
I have been experimenting for a while and have had some success with reading from the textfile but am now struggling
有人得到了提示或者建议
has anyone got and tips or advice
推荐答案
这篇关于Small Basic - 用户名和密码文本文件。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!