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