上传者: 38531788
|
上传时间: 2021-12-17 12:23:37
|
文件大小: 30KB
|
文件类型: -
用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.Respon