首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > VB Dotnet >

ASP里头的SPLIT函数在VB .NET里如何使用? 急

2012-03-30 
ASP里头的SPLIT函数在VB .NET里怎么使用???? 急急急急急急急ASP里头的SPLIT函数在VB.NET里怎么使用????[解

ASP里头的SPLIT函数在VB .NET里怎么使用???? 急急急急急急急
ASP里头的SPLIT函数在VB   .NET里怎么使用????

[解决办法]
Dim str As String = "255.255.255.0 "
Dim var() As String = str.Split( ". ")
MsgBox(var.Length.ToString)
MsgBox(var(0).ToString)

热点排行