KimhillZhang |
|
||
2012年8月23日
摘要:
使用了ajaxpro,突然发现了一个微秒的写法。因为每次传的都是单个变量,现在写写传个对象形式。定义一个类public class stu { public string name{get;set;} public string sex{get;set;} }public class test{ [AjaxPro.AjaxMethod] public void testMethod(stu model) { string n= model.name; string s= model.sex; }}//调用脚本var ll = XC_Web.Frame.test.testMethod({ n.. 阅读全文
|
Copyright © 2024 KimhillZhang
Powered by .NET 9.0 on Kubernetes |