日期:2014-05-16  浏览次数:20377 次

js调用后台方法

后台方法

protected string receiveCall(string strNum)
{
   strNum = "小明" + strNum;
   return strNum; 
}

 前台js方法