单项选择题

设a ="Visual Basic",下面使b ="Basic"的语句是(  )。

A.b =Left(a,8,12)
B.b =Mid(a,8,5)
C.b =Rigth(a,5,5)
D.b =Left(a,8,5)