You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
译文:“在这个例子中,因为SecondClass中的变量名display会首先FirstClass内被找到,....”
原文:“In this case,since the display name in SecondClass will be found before the one in FirstClass,.....”
根据上下文理解,应是:‘在这个例子中,因为SecondClass中的变量名display会比FirstClass内的相同变量名先被找到,.....’