源码如下:
public static function get encodeKey() : String
{
var _loc_1:Bitmap;
var _loc_2:String;
if (_encodeKey != "inu")
{
return _encodeKey;
}// end if
_loc_1 = new KEYJPG();
_loc_2 = _loc_1.bitmapData.getPixel32(3, 5).toString(23);
return _loc_2;
}// end function