参考资源

文章标题:Javascript注释规范

文章地址:https://blog.csdn.net/lianlin21212411/article/details/78530913

/**
 * @method
 * @param {Type} data 目标对象
 * @returns {Type} 运营商名称
 * @desc 根据目标对象获取运营商
 */
function matchedNumber(data){
    return '返回对象'
}

 

相关文章:

  • 2021-09-30
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2021-12-09
  • 2021-08-19
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案