摘要:
const char * const authorName = "light" 这样子,*authorName 与 authorName 都是const,都不允许改变。 如果是: const char * authorName = "light" 则*authorName 是const,不允许改变, 阅读全文
posted @ 2017-06-01 11:09
延泉
阅读(116)
评论(0)
推荐(0)
2017年6月1日