摘要:
<?phpheader( 'Content-Type:text/html;charset=utf-8 '); include_once("conn/conn.php"); $id=$_GET["id"]; $sql='delete from user where id='.$id; $r=mysql 阅读全文
摘要:
$(document).ready(function(){ $("#zhuce").click(function(){ var name=$("#name").val(); var password=$("#password").val(); var sex=$("#sex").val(); var 阅读全文