變量string的使用

字號:

設有變量string=“四川省職稱計算機應用能力考試”,能夠顯示“四川省計算機應用能力考試”的命令是(B)。
    A.string-“職稱”1
    B.SUBSTR(string,1,6)+SUBSTR(string,11,28)
    C.SUBSTR(string,1,3)+SUBSTR(string,6,9)
    D.STR(string,1,3)+STR(string,17,14)