gpt4 book ai didi

javascript - ES6 类属性文档

转载 作者:行者123 更新时间:2023-11-30 11:13:01 25 4
gpt4 key购买 nike

在 javascript 函数中我们可以像这样记录

/**
* @param {number} x the first number to add
* @param {number} y the second number to add
* @returns total of given 2 numbers
*/
let f = (x, y) => {
return x + y;
}

是否有任何标准的方法或建议来记录 ES6 类属性(例如 this.namethis.title),因为任何类属性都可以在不同的文件中定义方法,可能很难保持跟踪。

最佳答案

根据评论:

@property对于静态 Prop ,@member例如 Prop 。

关于javascript - ES6 类属性文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52888273/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com