php页面验证密码访问
<?php header('Content-type: text/html; charset=utf-8'); function code($user, $pass) { $users = ['admin'=>'123456']; if(isset($users[$user]) && $users[$user] === $pass...
本博客之Typecho Handsome主题美化记录
文章中嵌入网页<iframe align='center' width='100%' height='740px' src='链接地址' frameborder='no' border='0' scrolling='no' marginwidth='0' marginheight='0' ></iframe>时...