-2
SendKeys.Send(「%」);不發送 「%」 符號SendKeys.Send(「%」);不發送「%」符號
while (true)
{
string a2 = @"%%asdf%%";
foreach (char a in a2)
{
SendKeys.Send(a.ToString());
}
System.Threading.Thread.Sleep(1000);
}
'-1'毫無[研究工作(https://www.google.com/search?q=sendkeys+percent+sign) –
現在,這將是在未來更容易研究。 – Dan
但是這篇文章現在有256個觀衆。 –