Windows 7下实现×××连接自动创建
生活随笔
收集整理的這篇文章主要介紹了
Windows 7下实现×××连接自动创建
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在完成了Windows XP下×××自動創建并配置連接后,其實我們還需要對Windows 7下×××自動配置做一個介紹,因為目前實際上很多企業也已經開始進行了大批量的Windows 7的使用,而且很多用戶目前也在逐漸向Windows 7系統邁進,那么如何讓Windows 7用戶也能有不錯的用戶體驗呢?如何簡化這些用戶的×××創建也成為了我們需要考慮的內容,繼續前面的內容我來分享一下,我在Windows 7下的配置。 在Windows 7的×××批處理腳本中除了實現“Windows XP下×××連接自動配置批處理腳本”一文中所述的5點功能外,還實現了在TMG-×××中完成的SSTP_×××模式時注冊表的導入,當然,我們說只有您的企業中已經安裝并配置好了SSTP—×××時可能您才需要導入這個注冊表鍵值,如果僅僅是需要完成×××的自動創建配置,那么也可不添加這部分的批處理腳本內容。 好,接下來,我們就一起來看看如何在Windows 7下實現×××連接自動創建吧。 @echo off & color 5a echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo?????????????????????????? Windows 7_×××連接配置 echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo?????????????? 配置過程中,請勿進行任何操作,以保證配置順利完成! echo.???????????????????????????? echo.???????????????????????????????????? 祝您工作愉快、順利! echo. echo 確認安裝配置×××請按任意鍵繼續! pause cls
@echo off
echo 正在檢查×××1.Test.com是否存在,請稍等……
@echo off
choice /t 5 /d y /n>nul ?
find "×××1.Test.com" %USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk && goto :×××2.Test.com || goto :add×××1.Test.com
:×××2.Test.com
@echo off
cls
echo ×××1.Test.com已經存在或創建完成!
cls
echo 正在檢查×××2.Test.com是否存在,請稍等……
@echo off
choice /t 5 /d y /n>nul ?
find "×××2.Test.com" %USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk && goto :×××3.Test.com || goto :add×××2.Test.com
:×××3.Test.com
@echo off
cls
echo ×××2.Test.com已經存在或創建完成!
cls
echo 正在檢查×××3.Test.com是否存在,請稍等……
@echo off
choice /t 5 /d y /n>nul ?
find "×××3.Test.com" %USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk && goto :no || goto :add×××3.Test.com
pause
:add×××1.Test.com @echo off
echo 正在創建PEKD1.Vancl.cn連接,請稍等……
?? echo set WshShell = CreateObject("WScript.Shell") >Test_×××.VBS
?? echo WshShell.Run "Rasphone -a" >>Test_×××.VBS ?
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+W" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+I" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××1.Test.com" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+E" >>Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××1.Test.com" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+N" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+C" >> Test_×××.VBS
?? start Test_×××.VBS
cls
echo 正在完成×××1.Test.com_×××連接配置,請稍等!
ping 127.0.0.1 -n 10>nul ?
cls
echo ×××1.Test.com連接創建完成,即將為您創建×××1.Test.com桌面快捷方式,請稍等……
ping 127.0.0.1 -n 10>nul ?
(echo set ws=createobject("wscript.shell"^) echo ws.run "cmd /c ncpa.cpl",0 echo wscript.sleep 1000 echo ws.sendkeys "{f5}" echo wscript.sleep 1000 echo ws.sendkeys "×××1.Test.com" echo wscript.sleep 500 echo ws.sendkeys "%%{f}" echo wscript.sleep 500 echo ws.sendkeys "{s}" echo wscript.sleep 300 echo ws.sendkeys "{y}" echo wscript.sleep 300 echo ws.sendkeys "%%{f4}")>%temp%\Test_×××.vbs start /wait %temp%\Test_×××.vbs
cls
echo ×××1.Test.com桌面快捷方式創建完成,即將為您配置×××2.Test.com連接,請稍等……
ping 127.0.0.1 -n 10>nul ?
goto:×××2.Test.com
:add×××2.Test.com
echo 正在創建PEKD2.Vancl.cn連接,請稍等……
?? echo set WshShell = CreateObject("WScript.Shell") >Test_×××.VBS
?? echo WshShell.Run "Rasphone -a" >> Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+W" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+I" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××2.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+E" >>Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××2.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+N" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+C" >>Test_×××.VBS
?? start Test_×××.VBS
cls
echo 正在完成×××2.Test.com_×××連接配置,請稍等!
ping 127.0.0.1 -n 10>nul ?
cls
echo ×××2.Test.com連接創建完成,即將為您創建×××2.Test.com桌面快捷方式,請稍等……
ping 127.0.0.1 -n 10>nul ?
(echo set ws=createobject("wscript.shell"^) echo ws.run "cmd /c ncpa.cpl",0 echo wscript.sleep 1000 echo ws.sendkeys "{f5}" echo wscript.sleep 1000 echo ws.sendkeys "×××2.Test.com" echo wscript.sleep 500 echo ws.sendkeys "%%{f}" echo wscript.sleep 500 echo ws.sendkeys "{s}" echo wscript.sleep 300 echo ws.sendkeys "{y}" echo wscript.sleep 300 echo ws.sendkeys "%%{f4}")>%temp%\Test_×××.vbs start /wait %temp%\Test_×××.vbs cls
echo ×××2.Test.com桌面快捷方式創建完成,即將為您配置×××3.Test.com連接,請稍等……
ping 127.0.0.1 -n 10>nul ?
goto:×××3.Test.com
:add×××3.Test.com
echo 正在創建×××3.Test.com連接,請稍等……
?? echo set WshShell = CreateObject("WScript.Shell") >Test_×××.VBS
?? echo WshShell.Run "Rasphone -a" >> Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+W" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+I" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××3.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+E" >>Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××3.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+N" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+C" >>Test_×××.VBS
?? start Test_×××.VBS
cls
echo 正在完成×××3.Test.com_×××連接配置,請稍等!
ping 127.0.0.1 -n 10>nul ?
cls
echo ×××3.Test.com連接創建完成,即將為您創建×××3.Test.com桌面快捷方式,請稍等……
ping 127.0.0.1 -n 10>nul ?
(echo set ws=createobject("wscript.shell"^) echo ws.run "cmd /c ncpa.cpl",0 echo wscript.sleep 1000 echo ws.sendkeys "{f5}" echo wscript.sleep 1000 echo ws.sendkeys "×××3.Test.com" echo wscript.sleep 500 echo ws.sendkeys "%%{f}" echo wscript.sleep 500 echo ws.sendkeys "{s}" echo wscript.sleep 300 echo ws.sendkeys "{y}" echo wscript.sleep 300 echo ws.sendkeys "%%{f4}")>%temp%\Test_×××.vbs start /wait %temp%\Test_×××.vbs cls
echo ×××3.Test.com桌面快捷方式創建完成.
del Test_×××.VBS
ping 127.0.0.1 -n 10>nul ?
cls
goto:check_***
:check_***
echo 即將對配置×××進連接行校對,請稍后……
@echo off
choice /t 5 /d y /n >nul ?
echo ×××1.Test.com 配置校對完成!
@echo off
choice /t 5 /d y /n>nul ?
echo ×××2.Test.com 配置校對完成!
@echo off
choice /t 5 /d y /n>nul ?
echo ×××3.Test.com 配置校對完成!
ping 127.0.0.1 -n 10>nul ?
goto:creat_pbk
:creat_pbk
echo 即將為您生成Test_×××.PBK桌面文件
@echo off
choice /t 5 /d y /n>nul ?
for /f "delims=" %%i in ("Set ws=WScript.CreateObject("wscript.shell")") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in? ("strdesktop=ws.SpecialFolders("desktop")") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in? ("Set path=ws.CreateShortcut(strdesktop & "\Test_×××.lnk")") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in ("path.targetpath="%USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk"") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in? ("path.save") do echo %%i >> Test_×××.vbs
cscript Test_×××.vbs & del Test_×××.vbs
@echo off
choice /t 5 /d y /n>nul ?
goto:import_reg
:import_reg
echo 即將為您導入SSTP相關注冊表文件
@echo off
choice /t 5 /d y /n>nul echo Windows Registry Editor Version 5.00 >import.reg ?
echo. >> import.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SstpSvc\Parameters] >> import.reg
echo. >> import.reg
echo "NoCertRevocationCheck"=dword:00000001>>import.reg
echo. >> import.reg
regedit /s import.reg
del import.reg
echo 注冊表導入完成!
choice /t 5 /d y /n>nul ?
del Test_×××.vbs
echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo?????????????????????? 感謝您的耐心等待,Windows 7_×××配置完成 echo?????????????????? 現在您可以使用配置好的任意一個做為連接點使用××× echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo 感謝您的使用! @echo off
set /p reset=按Y鍵重新啟動計算機應用注冊表鍵值,按任意鍵退出稍后自行重啟:
if %reset%==y (goto :reboot) else (goto :noreboot) :reboot
shutdown /r /t 0 :noreboot
echo 感謝您的使用!
choice /t 2 /d y /n>nul exit :no
cls
echo off
echo 系統中已存在×××1.Test.com、×××2.Test.com和×××3.Test.com連接,按任意鍵退出 & pause
@echo off
echo 正在檢查×××1.Test.com是否存在,請稍等……
@echo off
choice /t 5 /d y /n>nul ?
find "×××1.Test.com" %USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk && goto :×××2.Test.com || goto :add×××1.Test.com
:×××2.Test.com
@echo off
cls
echo ×××1.Test.com已經存在或創建完成!
cls
echo 正在檢查×××2.Test.com是否存在,請稍等……
@echo off
choice /t 5 /d y /n>nul ?
find "×××2.Test.com" %USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk && goto :×××3.Test.com || goto :add×××2.Test.com
:×××3.Test.com
@echo off
cls
echo ×××2.Test.com已經存在或創建完成!
cls
echo 正在檢查×××3.Test.com是否存在,請稍等……
@echo off
choice /t 5 /d y /n>nul ?
find "×××3.Test.com" %USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk && goto :no || goto :add×××3.Test.com
pause
:add×××1.Test.com @echo off
echo 正在創建PEKD1.Vancl.cn連接,請稍等……
?? echo set WshShell = CreateObject("WScript.Shell") >Test_×××.VBS
?? echo WshShell.Run "Rasphone -a" >>Test_×××.VBS ?
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+W" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+I" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××1.Test.com" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+E" >>Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××1.Test.com" >> Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+N" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+C" >> Test_×××.VBS
?? start Test_×××.VBS
cls
echo 正在完成×××1.Test.com_×××連接配置,請稍等!
ping 127.0.0.1 -n 10>nul ?
cls
echo ×××1.Test.com連接創建完成,即將為您創建×××1.Test.com桌面快捷方式,請稍等……
ping 127.0.0.1 -n 10>nul ?
(echo set ws=createobject("wscript.shell"^) echo ws.run "cmd /c ncpa.cpl",0 echo wscript.sleep 1000 echo ws.sendkeys "{f5}" echo wscript.sleep 1000 echo ws.sendkeys "×××1.Test.com" echo wscript.sleep 500 echo ws.sendkeys "%%{f}" echo wscript.sleep 500 echo ws.sendkeys "{s}" echo wscript.sleep 300 echo ws.sendkeys "{y}" echo wscript.sleep 300 echo ws.sendkeys "%%{f4}")>%temp%\Test_×××.vbs start /wait %temp%\Test_×××.vbs
cls
echo ×××1.Test.com桌面快捷方式創建完成,即將為您配置×××2.Test.com連接,請稍等……
ping 127.0.0.1 -n 10>nul ?
goto:×××2.Test.com
:add×××2.Test.com
echo 正在創建PEKD2.Vancl.cn連接,請稍等……
?? echo set WshShell = CreateObject("WScript.Shell") >Test_×××.VBS
?? echo WshShell.Run "Rasphone -a" >> Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+W" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+I" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××2.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+E" >>Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××2.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+N" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+C" >>Test_×××.VBS
?? start Test_×××.VBS
cls
echo 正在完成×××2.Test.com_×××連接配置,請稍等!
ping 127.0.0.1 -n 10>nul ?
cls
echo ×××2.Test.com連接創建完成,即將為您創建×××2.Test.com桌面快捷方式,請稍等……
ping 127.0.0.1 -n 10>nul ?
(echo set ws=createobject("wscript.shell"^) echo ws.run "cmd /c ncpa.cpl",0 echo wscript.sleep 1000 echo ws.sendkeys "{f5}" echo wscript.sleep 1000 echo ws.sendkeys "×××2.Test.com" echo wscript.sleep 500 echo ws.sendkeys "%%{f}" echo wscript.sleep 500 echo ws.sendkeys "{s}" echo wscript.sleep 300 echo ws.sendkeys "{y}" echo wscript.sleep 300 echo ws.sendkeys "%%{f4}")>%temp%\Test_×××.vbs start /wait %temp%\Test_×××.vbs cls
echo ×××2.Test.com桌面快捷方式創建完成,即將為您配置×××3.Test.com連接,請稍等……
ping 127.0.0.1 -n 10>nul ?
goto:×××3.Test.com
:add×××3.Test.com
echo 正在創建×××3.Test.com連接,請稍等……
?? echo set WshShell = CreateObject("WScript.Shell") >Test_×××.VBS
?? echo WshShell.Run "Rasphone -a" >> Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+W" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+I" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××3.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+E" >>Test_×××.VBS
?? echo WScript.Sleep 500 >> Test_×××.VBS
?? echo WshShell.SendKeys "×××3.Test.com" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+N" >>Test_×××.VBS
?? echo WScript.Sleep 100 >> Test_×××.VBS
?? echo WshShell.SendKeys "%%+C" >>Test_×××.VBS
?? start Test_×××.VBS
cls
echo 正在完成×××3.Test.com_×××連接配置,請稍等!
ping 127.0.0.1 -n 10>nul ?
cls
echo ×××3.Test.com連接創建完成,即將為您創建×××3.Test.com桌面快捷方式,請稍等……
ping 127.0.0.1 -n 10>nul ?
(echo set ws=createobject("wscript.shell"^) echo ws.run "cmd /c ncpa.cpl",0 echo wscript.sleep 1000 echo ws.sendkeys "{f5}" echo wscript.sleep 1000 echo ws.sendkeys "×××3.Test.com" echo wscript.sleep 500 echo ws.sendkeys "%%{f}" echo wscript.sleep 500 echo ws.sendkeys "{s}" echo wscript.sleep 300 echo ws.sendkeys "{y}" echo wscript.sleep 300 echo ws.sendkeys "%%{f4}")>%temp%\Test_×××.vbs start /wait %temp%\Test_×××.vbs cls
echo ×××3.Test.com桌面快捷方式創建完成.
del Test_×××.VBS
ping 127.0.0.1 -n 10>nul ?
cls
goto:check_***
:check_***
echo 即將對配置×××進連接行校對,請稍后……
@echo off
choice /t 5 /d y /n >nul ?
echo ×××1.Test.com 配置校對完成!
@echo off
choice /t 5 /d y /n>nul ?
echo ×××2.Test.com 配置校對完成!
@echo off
choice /t 5 /d y /n>nul ?
echo ×××3.Test.com 配置校對完成!
ping 127.0.0.1 -n 10>nul ?
goto:creat_pbk
:creat_pbk
echo 即將為您生成Test_×××.PBK桌面文件
@echo off
choice /t 5 /d y /n>nul ?
for /f "delims=" %%i in ("Set ws=WScript.CreateObject("wscript.shell")") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in? ("strdesktop=ws.SpecialFolders("desktop")") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in? ("Set path=ws.CreateShortcut(strdesktop & "\Test_×××.lnk")") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in ("path.targetpath="%USERPROFILE%\AppData\Roaming\Microsoft\Network\Connections\Pbk\rasphone.pbk"") do echo %%i >> Test_×××.vbs
for /f "delims=" %%i in? ("path.save") do echo %%i >> Test_×××.vbs
cscript Test_×××.vbs & del Test_×××.vbs
@echo off
choice /t 5 /d y /n>nul ?
goto:import_reg
:import_reg
echo 即將為您導入SSTP相關注冊表文件
@echo off
choice /t 5 /d y /n>nul echo Windows Registry Editor Version 5.00 >import.reg ?
echo. >> import.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SstpSvc\Parameters] >> import.reg
echo. >> import.reg
echo "NoCertRevocationCheck"=dword:00000001>>import.reg
echo. >> import.reg
regedit /s import.reg
del import.reg
echo 注冊表導入完成!
choice /t 5 /d y /n>nul ?
del Test_×××.vbs
echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo?????????????????????? 感謝您的耐心等待,Windows 7_×××配置完成 echo?????????????????? 現在您可以使用配置好的任意一個做為連接點使用××× echo ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: echo 感謝您的使用! @echo off
set /p reset=按Y鍵重新啟動計算機應用注冊表鍵值,按任意鍵退出稍后自行重啟:
if %reset%==y (goto :reboot) else (goto :noreboot) :reboot
shutdown /r /t 0 :noreboot
echo 感謝您的使用!
choice /t 2 /d y /n>nul exit :no
cls
echo off
echo 系統中已存在×××1.Test.com、×××2.Test.com和×××3.Test.com連接,按任意鍵退出 & pause
轉載于:https://blog.51cto.com/tingdongwang/685737
總結
以上是生活随笔為你收集整理的Windows 7下实现×××连接自动创建的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 梦到蛇和牛打架是什么意思
- 下一篇: SharePoint 2010-随机出现