s = "python": b = 0
For i = 1 To Len(s) - 1
a = Abs(Asc(Mid(s, i, 1)) - Asc(Mid(s, i + 1, 1)))
If a > b Then b = a
Next i
Label1.Caption = Str(b)
執(zhí)行該程序段后,標(biāo)簽Label1上顯示的內(nèi)容是( )
微信掃碼預(yù)覽、分享更方便
2006-2025 深圳市思高達(dá)科技有限公司 粵ICP備14099982號(hào) 粵公網(wǎng)安備 44030702004423號(hào)