文章分类 -  精典转帖

摘要:jquery获取select选择的文本与值 获取select : 获取select 选中的 text : $("#ddlregtype").find("option:selected").text(); 获取select选中的 value: $("#ddlregtype ").val(); 获取se 阅读全文
posted @ 2016-09-05 21:53 №昵☆酷§兰 阅读(50) 评论(0) 推荐(0)
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//获取操作系统的版本信息: public static string SystemCheck() { string Agent = HttpContext.Cur... 阅读全文
posted @ 2009-02-26 14:05 №昵☆酷§兰 阅读(361) 评论(0) 推荐(0)