index.php
来自「在AVR单片机上使用的一款RTOS」· PHP 代码 · 共 10 行
PHP
10 行
<?php header("Location: http://www.example.com/"); exit; ?> <html> <head> </head> <body> If you have not been automatically redirected, you should click <a href="http://www.example.com/">here</a>. </body> </html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?