单项选择题

设a=10,b=20,c=30。要使这三个数可写入顺序文件中,且写到不同的打印区,应该使用()。

A.Print#1,a,b,c
B.Print#1,a;b;c
C.Write#1;a,b,c
D.Write#1,a;b;c