-->
当前位置:首页 > 题库

单选题:To create a label with the specified text, use __________.

Luz5年前 (2021-05-10)题库657
To create a label with the specified text, use __________. @[B](2)
A. new Labelled(text);
B. new Label(text);
C. new Labelled();
D. new Label();





A.new Labelled(text);
B.new Label(text);
C.new Labelled();
D.new Label();


答案:B