简体   繁体   中英

Read data from text file

I want to read a few names that are saved in a text file and display it as a radio buttons. How should I go about it?

Thanks!

I recommand parsing a txt file using String methods. Then initialising a hashtable to get the parsed values.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM