【答案】要在图片框P1中打印字符串”How Are You”,应使用语句()。

返回首页智慧树时间:2022-11-15 19:17
题目 / 答案提交正确答案

要在图片框P1中打印字符串”How Are You”,应使用语句()。

A.Picture1.Print=”How Are You”

B.P1.Picture=LoadPicture(“How Are You”)

C.P1.Print”How Are You”

D.Print”How Are You”

正确答案:P1.Print”How Are You”

本文链接:https://www.oyuuu.com/Ti/ZhiHuiShu/352361.html

关键字  浏览量:
上一篇:若已编写了一个Sort子过程,在该工程中有多个窗体,为了方便地调用Sort子过程,应将该过程放在 ()中。
下一篇:下面程序:Function a(x) Static b As Integer b = b + x ^ 2 Print b
相关问题