在VB.NET字符串中使用双引号[ " ]:
连续2个"" ,如‚Response.Write("Hellow "" word!"))
全角左双引号:Convert.ToChar(8220)
全角右双引号:Convert.ToChar(8221)
输出结果均为:Hellow " word!
在VB.NET字符串中使用双引号[ " ]:
连续2个"" ,如‚Response.Write("Hellow "" word!"))
全角左双引号:Convert.ToChar(8220)
全角右双引号:Convert.ToChar(8221)
输出结果均为:Hellow " word!