摘要:
XmlDocument xmldoc = new XmlDocument(); XmlDeclaration xmldecl; xmldecl = xmldoc.CreateXmlDeclaration("1.0", "utf-8", null); xmldoc.AppendChild(xmldec 阅读全文
posted @ 2016-05-16 22:36
旗木卡卡赵赵
阅读(169)
评论(0)
推荐(0)
摘要:
我有一个字符串 abc eddd "ggggg" ,可以在双引号前面加转意符号\ string aa="abc eddd \"ggggg\"" ; 阅读全文
posted @ 2016-05-16 21:47
旗木卡卡赵赵
阅读(8139)
评论(0)
推荐(0)