문제

Cappuccino defines a _UID property for every instance of objects it creates, but is this used for anything?

도움이 되었습니까?

해결책

It's used in dozens of places, which you could see by doing something like "git grep UID" on the source code. Most often it is used as a hash key. Also, it's spelled "Cappuccino."

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top