一个指针的疑惑main(){ char *a="hi"; cout<<a;}此输出输出hi,为什么不是指针a的值? [解决办法]没有对ostream& operator << (void*) 的重载却有ostream& operator << (const char *)的重载