摘要:
<?phpnamespace app\admin\controller;use think\Controller;use think\Db;//IDdefined('AppId') or define('AppId', '用户ID');//keydefined('AppKey') or define 阅读全文
摘要:
.post .get默认为异步调用,同步调用需要设置$.ajaxSetup({ async :false true // 改为同步调用 }); var a='1'; var da; $.post('/index/testdata', {a:a},function(res) { da=res.data 阅读全文
摘要:
window.location.href="{:url('Index/index')}>"+"/ID/"+ID; //这样可以生成,但url模式改变则不能用 window.location.href="{:url('Index/index','ID=" + ID+ "')}" //解析不成功。 wi 阅读全文