gpt4 book ai didi

c# - 如何在C#中查找字符串中的双引号

转载 作者:太空狗 更新时间:2023-10-29 23:55:07 25 4
gpt4 key购买 nike

如果一个字符串有双引号,

string str = "it is a "text""

我怎样才能知道字符串是否有 "。

如何去掉双引号?

最佳答案

检查是否包含引号:str.Contains("\"");

删除引号:str.Replace("\"","");

关于c# - 如何在C#中查找字符串中的双引号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3446096/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com