如何在 cmd 参数中转义单引号?
我想使用 netsh 在 cmd 中显示网络配置文件,其中netsh wlan show profile name="JohnDoe's iPhone"。如您所见,此 WiFi 名称中有一个撇号。该命令响应Profile "JohnDoe's iPhone" is not found on the system.。所有没有撇号的配置文件都完美显示。我相信问题是由撇号引起的。 当输入时netsh wlan show profile,它会提供所有配置文件的完整列表,并且表格条目是 All User Profile : JohnDoe's iPhone ...