省份城市的连动Ajax
时间:2011-05-20 来源:极品无限
string action=Request.Params["Action"]
if(action=="LoadProvince")
{
Response.Clear();
string result =LoadProvince();
Response.Write(result.ToString());
Response.End();
}
else if(action=="LoadCity")
{
}
相关阅读 更多 +