这个简单
private void button1_Click(object sender, EventArgs e)
{
for (int i = 0; i < 7; i++)
{
Console.Beep((i+1)*100, 100);//音高,音长
Thread.Sleep(200);
}
}
你运行一下就知道效果了。
至于怎么输入,不用教了吧。简单。给分,给分!呵呵