开始你的写作吧!
<?php 
//Start the session 
session_start(); 
//This is a simplified HTML Document 
?> 
<html>
<head>
<title>My Page</title>
</head>
<body>
    <?php 
    // 引入 functions.php 文件
    require_once("functions.php"); 
    //登录状态显示用户名,未登录显示登录表单
    logedIn(); 
    ?>
</body>
</html>
    
    
20221007_350741_036001700111_25108329.pdf
    

晋ICP备2021006463号