首页
归类
搜索
趣链
留言
关于
指针字符串
cooolr 于 2022-03-17 发布
char
*
text
;
text
=
"hello world"
;
// failed
text
=
(
char
*
)
"hello world"
;
// sucess