10 2019 档案
摘要:<html> <head> <title> </title> </head> <body> <!-- 获得当前日期(年月日)并显示在段落内 --> <p id="ymd"></p> <script> var date = new Date()<!--获得日期数据--> var y = date.getFullYear();<!--年--> var m = date.getMonth()+1;<!-
阅读全文
摘要:<?php /*连接数据库并以一个数组的形式获得数据*/ header("Content-type:text/html;charset=UTF-8"); $con = mysqli_connect('localhost','root','','login'); mysqli_set_charset(
阅读全文

浙公网安备 33010602011771号