摘要:
$("#qx").click(function(){ if(this.checked) { $(".qx2:checkbox").attr("checked",true); } else { $(".qx2:checkbox").attr("checked",false); } }) 阅读全文
摘要:
$db = new MySQLi("链接","用户名","密码","数据库名"); $program_char="utf-8"; mysqli_set_charset($db,$program); 阅读全文
摘要:
var a = window.location.search; a = decodeURI(a.substring(1)); alert(a); 阅读全文