单项选择题
A.tryB.catchC.finallyD.throw
A.return 1;B.return parameter1;C.return function1;D.return;
A.returnB.breakC.continueD.goto