posted @ 2007-12-21 17:29 彻底玩转.NET 阅读(104) 评论(0)
编辑
posted @ 2007-12-21 16:37 彻底玩转.NET 阅读(119) 评论(0)
编辑
摘要: vb.net中:InStr([start, ]string1, string2[, compare]) InStr 函数的语法具有下面的参数: start 可选参数。为数值表达式,设置每次搜索的起点。如果省略,将从第一个字符的位置开始。如果 start 包含 Null,将发生错误。如果指定了 compare 参数,则一定要有 start 参数。 string1 必要参数。接受搜索的字符串表达式。 ...
阅读全文
posted @ 2007-12-21 16:36 彻底玩转.NET 阅读(1982) 评论(0)
编辑
posted @ 2007-12-21 16:33 彻底玩转.NET 阅读(491) 评论(0)
编辑