const char* p = “greet” 只是const数据 char* const p = “greet” 只是const指针(写法可能变化) const char* const p = “greet” const指针和数据 赞微海报分享
近期评论