Home  >  Q&A  >  body text

使用math的属性和方法时候是不是不需要new?

phpcn_u224phpcn_u2242865 days ago1223

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 22:49:29

    Is it necessary to use new when using the attributes and methods of math? -PHP Chinese website Q&A-Is it necessary to use new when using the attributes and methods of math? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-17 17:14:36

    Math 对象是一个固有的对象,无需创建它,直接把 Math 作为对象使用就可以调用其所有属性和方法。这是它与Date,String对象的区别。

    使用时直接用 Math. 加属性名或方法名就可以调用,注意,M 要大写。

    reply
    0
  • Cancelreply