代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestDemo._Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD
代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public string GetCookie(string cookie) { if (Request.Cookies[cookie] != null) return Request.Cookies[cookie].
代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function hasClass(name,type) {var r = [];// Locate the class name (allows for multiple class names)var re = new RegExp("(^|\\s)" + name + "(\\s|
代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //選擇當前列表中的所有行 function selectAllRow(oChk) { $("input[name='chkRow']").attr("checked", oChk.checked); }
代碼Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> function parseDate(dateFormate) { var year = dateFormate.substring(0, 4); var month = dateFormate.substring(5, 7); var day =