?? test_captcha.php
字號:
<?phpexit();$code = "1234567890";$seed = 1231413213;$captcha_gd = false; if ($captcha_gd) { include('./captcha_gd.php'); } else { include('./captcha_non_gd.php'); } $captcha = new captcha(); $captcha->execute($code, $seed); exit;?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -