02 2013 档案

摘要:Math.random(); 取0到1的随机数JS中获取日期中的天是:time.getDte();time.getDay();是获取星期数获取全局的错误信息: <script type="text/javascript"> function cuo(emg, ul, line) { alert("错误:" + emg + " 地址:" + ul + " 行数:" + line); } window.onerror = cuo; </script>JS中正则验证的几个函数:<script 阅读全文
posted @ 2013-02-23 11:42 Porbonan 阅读(150) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Xml;public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { XmlDocument doc = new Xml... 阅读全文
posted @ 2013-02-22 16:19 Porbonan 阅读(333) 评论(0) 推荐(0)