tech/FLASH
상수 const
lehero
2011. 1. 9. 18:32
public static const 변수:String = "값";
값을 한 번만 대입할 수 있는 변수인 상수이며, 변수 이름은 대문자로 하고 있습니다.