📄 include_fns.php
字号:
<?php // putting all the include files here means // that it will take time to load each one // for every page, but that we wil not // forget any include_once('db_fns.php'); include_once('data_valid_fns.php'); include_once('output_fns.php'); include_once('discussion_fns.php'); include_once('treenode_class.php');?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -