int num = 10; double db = 120.3; void *p; p = # cout << *(int *)p << endl;//转换成int类型的指针,再取值 system("pause");