gpt4 book ai didi

vb.net - 为什么一个又一个: UBound or Length

转载 作者:行者123 更新时间:2023-12-04 05:04:51 28 4
gpt4 key购买 nike

可以选择UBound而不是Length的任何特定原因吗?

这是代码,并将一维作为第二个参数传递。

    For iIndex = 0 To UBound(myList)
If Left(Request.ServerVariables("REMOTE_ADDR"), Len(myList(iIndex))) = saIPList(iIndex) Then
bAuth = True
Exit For
End If
Next

针对 Length的任何性能提升

最佳答案

他们做不同的事情! UBound为您提供数组中的最后一个索引,而Length为您提供长度。这些不一样,因为通常UBound将是Length - 1

关于vb.net - 为什么一个又一个: UBound or Length,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7276038/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com