controller代码:
public ActionResult UploadPicture()
{
return Content("ok");
// return Content("{result:'" + imgMsg + "',url:'" + imgUrl + "'}"); //本行是反回json格式的字符
}
欢迎分享,转载请注明来源:内存溢出
controller代码:
public ActionResult UploadPicture()
{
return Content("ok");
// return Content("{result:'" + imgMsg + "',url:'" + imgUrl + "'}"); //本行是反回json格式的字符
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)