摘要:
1 Module Module1 2 Public Sub Main() 3 Dim m_stReelIDStart() As String = {"P", "1P", "3N1"} 4 5 Dim strBarCode1() As String = {"P1P3N1ARTS-0401-01", "0"} 6 Dim i As Integer 7 For i = 0 To m_stReelIDStart.Length - 1 8 If strBarCode1(0).StartsWith(m_st 阅读全文