这是我完成的第一个网站,但是该网站上的URL非常混乱。如果您查看public static void AddSound()
{
Console.WriteLine("Insert the path of the wav file");
string soundpath = Console.ReadLine();
Console.WriteLine("Insert the name to use to play the command");
string soundname = Console.ReadLine();
using (var writer = new StreamWriter(path, true))
{
writer.WriteLine(soundname + "" + soundpath);
}
ScanFile();
}
并单击一下,您会发现该URL确实没有任何意义。我看到了一些有关使用htcaccess文件和使用重写引擎的信息,但老实说我自己也不清楚。谁能告诉我并解释如何缩短这样的内容:
www.mapleelectronics.com
进入这个:
https://mapleelectronics.com/pages/products/products.html