摘要:
一般处理程序 <%@ WebHandler Language="C#" Class="insertdaily" %> using System;using System.Web; public class insertdaily : IHttpHandler { public void Proces 阅读全文
摘要:
jquery获取select选择的文本与值 获取select : 获取select 选中的 text : $("#ddlregtype").find("option:selected").text(); 获取select选中的 value: $("#ddlregtype ").val(); 获取se 阅读全文