原生态Ajax——字符串两次切割
原生态Ajax需要一个新的aspx作为后台,这里我建了两个aspx分别是qiantai.aspx和houtai.aspx,前台调用后台数据,后台以一串字符串传给前台,前台两次分割(1)在houtai.aspx.cs中代码如下:后台的主要函数,连接数据库,查出需要的数据供前台调用using System;using System.Collections;using System.