摘要: $("#qx").click(function(){ if(this.checked) { $(".qx2:checkbox").attr("checked",true); } else { $(".qx2:checkbox").attr("checked",false); } }) 阅读全文
posted @ 2017-02-22 09:37 哔哩哔哩干杯 阅读(138) 评论(0) 推荐(0) 编辑
摘要: $db = new MySQLi("链接","用户名","密码","数据库名"); $program_char="utf-8"; mysqli_set_charset($db,$program); 阅读全文
posted @ 2017-02-22 08:30 哔哩哔哩干杯 阅读(228) 评论(0) 推荐(0) 编辑
摘要: var a = window.location.search; a = decodeURI(a.substring(1)); alert(a); 阅读全文
posted @ 2017-02-22 08:26 哔哩哔哩干杯 阅读(334) 评论(0) 推荐(0) 编辑