愚者樹屋

|
Home About Contact
|

series

3d軟體 (1) apache (1) css (4) godot (8) google-api (1) google翻譯 (1) html (6) hugo安裝 (7) javasciprt (1) javascript (14) jquery (3) mysql (9) notepad++ (1) php (33) python (1) unity (1) yt-dlp (1) 像素畫 (1) 免費軟體 (8) 壓力測試 (2) 弱點掃描修補 (1) 無障礙網站 (1) 社群網站 (1) 遊戲推薦 (4) 雜記 (1)

Tags

2d軟體 3d軟體 ai apache css godot google-api google翻譯 html hugo javasciprt javascript jquery mysql notepad++ php python tcpdf unity vroid

網址轉址

post date - 2023/03/18
last update - 2023/03/18

紀錄一下自己常用將使用者轉址的方式,基本上就是有些功能處理完後丟去其他地方使用。

html

content中的數字可以設定等待秒數。

<meta http-equiv="refresh" content="0;url=網址" />

js

document.location.href="網址";

php

	header('Location: 網址');
    exit();
Tags : html javascript php

series

3d軟體 (1) apache (1) css (4) godot (8) google-api (1) google翻譯 (1) html (6) hugo安裝 (7) javasciprt (1) javascript (14) jquery (3) mysql (9) notepad++ (1) php (33) python (1) unity (1) yt-dlp (1) 像素畫 (1) 免費軟體 (8) 壓力測試 (2) 弱點掃描修補 (1) 無障礙網站 (1) 社群網站 (1) 遊戲推薦 (4) 雜記 (1)

Tags

2d軟體 3d軟體 ai apache css godot google-api google翻譯 html hugo javasciprt javascript jquery mysql notepad++ php python tcpdf unity vroid

Recent Posts

godot存檔讀檔

2023/06/24

cloc計算程式碼行數

2025/03/15

使用yt-dlp下載需登入的嵌入式vimeo影片

2024/06/22

php 字串處理

2022/11/25

css文字換行設定

2023/02/05

mastodon misskey pixiv plurk twitter 巴哈姆特

© 2022-2025 愚者樹屋