小说大多取材于寻常百姓的凡俗生活,呈现本真的原生状态。()著有《烦恼人生》。
A.铁凝
B.池莉
C.张洁
D.陆文夫
参考答案:B
TASI
下面有—段程序代码,如果从键盘上输入"Computer",则在文本框内显示的内容是 Private Sub Text1_KeyPress(KeyAscii As Integer)If KeyAscii>=65 And KeyAscii<=122 Then KeyAscii=42End If End Sub
A.Computer
B.什么都没有
C.* * * * * * * *
D.程序出错