About 59,300 results
Open links in new tab
  1. object(英语单词)_百度百科

    object是英语中兼具名词和动词用法的多义词。 作为名词时,主要表示可见或可触摸的物体、行为目标或语法宾语;作动词时指通过陈述理由表达反对意见,常与介词to搭配使用。

  2. object是什么意思_object的翻译_音标_读音_用法_例句_爱词霸在线词典

    爱词霸权威在线词典,为您提供object的中文意思,object的用法讲解,object的读音,object的同义词,object的反义词,object的例句等英语服务。

  3. OBJECT中文 (简体)翻译:剑桥词典 - Cambridge Dictionary

    Some verbs (often called transitive verbs) need an object to complete their meaning. Some verbs (often called intransitive verbs) do not take an object. Some verbs need both a direct object and an indirect …

  4. Object - 搜索 词典

    4. A structure usually refers to any large, man-made object permanently fixed to Earth 's surface or in its orbit, as a result of construction. 结构 通常 指 固定 于 地球 表面 或 绕 地球 轨道运行 的 大型 人造 建 …

  5. OBJECT Definition & Meaning - Merriam-Webster

    6 days ago · intention, intent, purpose, design, aim, end, object, objective, goal mean what one intends to accomplish or attain. intention implies little more than what one has in mind to do or bring about.

  6. Object - JavaScript - MDN

    Object 是 JavaScript 的一种数据类型。 它用于存储各种键值集合和更复杂的实体。 可以通过 Object () 构造函数或者使用对象字面量的方式创建对象。

  7. Java Object 类 - 菜鸟教程

    Java Object 类 Java Object 类是所有类的父类,也就是说 Java 的所有类都继承了 Object, 子类可以使用 Object 的所有方法。 Object 类位于 java.lang 包中,编译时会自动导入,我们创建一个类时,如 …

  8. Object - Wikipedia

    Physical body or object, in physics, an identifiable collection of matter Planetary body or planetary object, any secondary body in the Solar System that has a planet-like geology

  9. 深入理解JavaScript——Object(对象) - 知乎

    无论是内置对象,还是自定义对象,都是基于 Object 来创建,其中的原理是 原型继承,所以笔者喜欢称 Object.prototype 为“始祖巨人”,一切力量源于尤弥尔 我们看看 Object 是什么,它能做什么,并将其 …

  10. Object - JavaScript | MDN - MDN 文档

    The Object type represents one of JavaScript's data types. It is used to store various keyed collections and more complex entities. Objects can be created using the Object () constructor or the object …