摘要: char* pp = new char[100]; char d[100] = "geovindu,涂聚文"; string ddstr= "geovindu,涂聚文"; char *dstr=nullptr; pp = d; dstr = &ddstr[0]; printf(dstr); prin 阅读全文
posted @ 2023-07-25 22:56 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0)