dwValue = GetValueByHexString( strHex); ----> dwValue = GetValueByHexString<DWORD>( strHex);
template<class Type> Type fun(){}; fun();//调用fun,这是如何判断?