同学录程序用到的函数总结

it2022-05-09  59

现总结我上大学以来,写成的第一个有点样子的程序中的函数. 1: split()函数,把字符串分割到数组.以字符串中的空格为分割依据.如(vb.net源码) dim arry() as string = split("hello world") 则 arry(0) = hello   arry(1) = world

转载于:https://www.cnblogs.com/wangxiang/articles/400096.html

相关资源:一个同学录程序

最新回复(0)