摘要: 在子页面定义一个方法, 子页面 function child(obj) { } 父级页面 var iframe = window[layero.find('iframe')[0]['name']]; //得到iframe页的窗口对象,执行iframe页的方法:iframeWin.method(); 阅读全文
posted @ 2021-05-19 22:21 LuoCore 阅读(920) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ //请求方式 type: "POST", //请求地址 url: "/", //数据,json字符串 data: { }, //请求成功 success: function (result) { if (result.status) { //比如说你请求接口后需要手动的更新表格中的 阅读全文
posted @ 2021-05-19 14:12 LuoCore 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau 阅读全文
posted @ 2021-05-19 13:45 LuoCore 阅读(1068) 评论(0) 推荐(0) 编辑