#define  TOP_NUM             16typedef unsigned int            uint32_t;
uint32_t           temp = htonl(TOP_NUM);         //temp 是268435456   
我想从temp得到TOP_NUM,这个值怎么得到?