scope resolution
常见例句
- One of the hurdles to getting the hang of namespaces is learning how the scope resolution works.
要熟悉名稱空間的使用,其中一個難點就是了解如何進行範圍解析。 - The scope resolution operator should sit between the class name and the static property you wish to access.
範圍解析操作符應位於類名和希望訪問的靜態屬性之間。 - You can access a static property using the scope resolution operator, which consists of a double colon (::).
可以使用範圍解析操作符來訪問靜態屬性,該操作符由雙冒號 (::) 組成。 返回 scope resolution