Scope
  • 音标:/skoʊp/
  • 意思:作用域
  • 例句The scope of a variable determines where it can be accessed in the code.
  • 翻译:变量的作用域决定它在代码中的何处可以被访问。
  • 补充说明:Java中的作用域包括类作用域、方法作用域、块作用域。