摘要: 未完,测试中... UBound(A) Then Exit Function End If For j = 0 To UBound(A, 2) If StrComp(sValue, A(i, j), bCompare) = 0 Then Response.Write(A(i, j) & "") InArray2 ... 阅读全文
posted @ 2008-03-11 17:33 pboy2925 阅读(189) 评论(0) 推荐(0)