ajax与json 获取数据并在前台使用简单实例
2017-02-06
20
用ajax获取后台数据,返回json数据,怎么在前台使用呢?后台if (dataType == "SearchCustomer"){int ID;if (Int32.TryParse(CustomerID, out ID)){string s = GridComputer.GridCustomer.getCustomer(1, 1, ID);if (s == null){context.Response.ContentType = "text/plain"...