我想在我的VB软件的URL中使用双引号,几乎尝试了一切,但没有任何作用。有什么建议吗?
例如,我希望我的程序搜索“由BlogEngine.NET提供支持”,而是搜索没有像BlogEngine.NET这样的引文
Dork = " ""Powered by BlogEngine.NET"""
Searchterm = FlatTextBox1.Text
Input = FlatTextBox1.Text
System.Diagnostics.Process.Start("http://www.google.com/search?q=" + Dork + " " + Searchterm + " " + TLD + "&tbs=qdr:" + UDate + "&num=" + Numbers)