摘要:
Type type = typeof(对象); //获取类型 var userActivityModel = (对象)Activator.CreateInstance(type); //创建对象 foreach (var item in model.ChildControl) { int index 阅读全文
摘要:
前端js: 点击查看代码 ``` var local = encodeURIComponent(window.location.href); var appid = $("#appId").text();//公众号 var url = 'https://open.weixin.qq.com/conn 阅读全文