从键盘输入一个大写英文字母,将其转换味小写字母后,再显示到屏幕上(显示字符后要输出一个换行)
输入格式要求:提示信息:"Press a key and then press Enter:"
程序运行实例如下:
P…
wireshark抓包报错
The capture session could not be initiated on interface ‘\Device\NPF_Loopback’ (Error opening adapter: The system cannot find the path specified. (3)).
解决方法
以管理员身份运行cmd,输入net start npcap 重新打开wireshark即可…