C++或C#或VB如何實作
1、點擊將請求重定向到此目標時,并輸入任何內容時,創建web.config檔案,并寫入<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" />
</system.webServer>
</configuration>
,如果已存在檔案則在<system.webServer>與</system.webServer>之間寫入<httpRedirect enabled="true" />
2.在文本框中填寫xx.xx,然后寫入到web.config,在<httpRedirect enabled="true" />寫入 destination="xx.xx",即<httpRedirect enabled="true" destination="xx.xx" />
請問如何實作
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/134371.html
標籤:基礎類
