unsigned char code[] ={...........};
( (void(*)(void)) &code )();//这一句是什么意思,请说明。