05 2022 档案

摘要:登陆 登陆按钮: <button class="layui-btn layui-btn-fluid" onclick="login()">登 陆</button> AJAX代码:function login(){ $.post("/index.php/bews/Login/login",$('for 阅读全文
posted @ 2022-05-26 15:14 IT_农民 阅读(480) 评论(0) 推荐(0)
摘要:点击事件 <a href='javascript:;' onclick="menuFire('http://www.baidu.com')"> function menuFire(obj){ $('iframe').attr('src',obj); var width=screen(); if(wi 阅读全文
posted @ 2022-05-25 08:24 IT_农民 阅读(1069) 评论(0) 推荐(0)
摘要:转其它高手的写法,不是原创,不适用LAYUI,我也是在LAYUI里调试了半天都没有成功 <?php include 'inc/config.inc.php'; include 'inc/mysql.inc.php'; $link=connect(); $query="select * from co 阅读全文
posted @ 2022-05-11 15:00 IT_农民 阅读(69) 评论(0) 推荐(0)
摘要:header('content-type:text/html;charset=utf-8'); // 1. 引用类文件 require_once 'inc/phpqrcode.php'; include 'inc/config.inc.php'; include 'inc/mysql.inc.php 阅读全文
posted @ 2022-05-07 14:45 IT_农民 阅读(422) 评论(0) 推荐(0)