Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 292 Bytes

File metadata and controls

17 lines (9 loc) · 292 Bytes

@constructor

@constructor : 被constructor标记的方法会被视为构造函数.

此标签推荐使用PhpStorm/WebStorm进行阅读,可以能直观体现标签的作用

语法

@class [<type> <name>]

别名

@class

标签效果

demo.jpg