var
  s: string;
  p: pointer;
  s := PChar(p);
前提p指向的字符串要以#0结尾。 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2021-08-17
  • 2021-08-20
相关资源
相似解决方案