📜  函数返回 const - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:37.429000             🧑  作者: Mango

代码示例1
int getValue() const
  {
    return value;
  }