$(document).ready(function () { $('#features').jshowoff({ links: true, controls: false }); }) //function showtime() { // var today = new date(); // var y = today.getyear(); // var m = today.getmonth() + 1; //因为1月返回为0,所以+1 // var d = today.getdate(); // // var a = today.getfullyear(); // var h = today.gethours(); // var m = today.getminutes(); // var s = today.getseconds(); // // var a = today.getfullyear(); // h = check(h); // s = check(s); // document.getelementbyid("showtime").innerhtml = y + "/" + m + "/" + d; // t = settimeout("showtime()", 5000000); //} //function check(n) { // if (n < 10) { // n = "0" + n; // } // return n; //}