摘要: function postData() { var post = ""; $(":text").each(function() { post += "&" + this.name + "=" + this.value; }); $(":password").each(function() { post += "&" + this.name + "=" + this.value; }... 阅读全文
posted @ 2010-10-27 09:03 liulun 阅读(617) 评论(0) 推荐(0)