摘要:
use Illuminate\Foundation\Auth\User as hh;//User是函数 use Userclass admin extends hh{ // public $table = "admin"; public $timestamps = false; public $guarded = [];} 阅读全文
摘要:
//文章管理(未发布/已发布)$(document).on('click','.chang',function () { var state = $(this).text(); var id = $(this).parents('tr').attr('id'); // console.log(id); if(state=="已发布"){ $.get... 阅读全文