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


相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-12-13
  • 2021-09-22
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
猜你喜欢
  • 2021-05-26
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案