• 2022-06-19
    如果对象的名称为Mytext,而且对象有一个属性Text,那么在代码中引用该属性的正确
    A: Text.Mytext
    B: Mytext.Text
    C: Mytext.(Text)
    D: Mytext*Text
  • 举一反三