首页题库练习题目详情
Visual Basic语言程序设计单选题中等

在VB中,使用Print语句写入文件时,以下哪项会导致错误?

APrint #1, "Hello World"
BPrint #1, 123
CPrint #1, 2 + 3
DPrint #2, "A" + "B"