摘要: using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Text.RegularExpressions;using System.Security.Cryptography;/**////////////////////////////////////... 阅读全文
posted @ 2010-05-12 14:53 信封牛 阅读(2613) 评论(0) 推荐(0) 编辑
摘要: var state = 1; function transfer1To2() { if(state == 1) { document.getElementById('textbox').value = ""; state = 2; }} function transfer2To3() { if(state == 2) { state = 3; }} function transfer2To1() ... 阅读全文
posted @ 2010-05-12 14:48 信封牛 阅读(335) 评论(0) 推荐(0) 编辑