1.在命令模式下輸入%s/split/explode/g
2.顯示共有8個被取代
|
廣告 |
最近有招生的網站要改網址,以前我都是用reponse.redirect這個指令來自動轉向,網路上有文章說明這樣對SEO不好,所以就改用其他寫法如下。
1.asp程式碼
<%
'301 永久轉址 Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://bestdaylong.com/" %> |