Example #1
0
        //加载号段信息
        private void LoadPhoneSection()
        {
            string strJson = new SmsServer.BLL.PhoneSection().GetPhoneSectionFields();

            Response.Write(strJson);
        }
 //加载号段信息
 private void LoadPhoneSection()
 {
     string strJson = new SmsServer.BLL.PhoneSection().GetPhoneSectionFields();
     Response.Write(strJson);
 }