📄 bayes_wizard.php
字号:
<html><head> <title>Bayes Wizard</title></head><body><p><b>Bayes Wizard</b></p><?php if (isset($next_step)) { include "bayes_wizard_step". $next_step .".php";} else { include "bayes_wizard_step1.php";}?> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -