摘要: 视图文件 <a style="text-decoration:none" class="ml-5" href="edit/id/{$value.id}" 控制器代码 public function edit() { $all =input('id/s'); halt($all); echo ("12 阅读全文
posted @ 2019-01-31 15:25 wancheng0327 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 视图层 <form action="post" method="post" class="form form-horizontal" id="form-member-add"> <div class="row cl"> <label class="form-label col-xs-4 col-sm 阅读全文
posted @ 2019-01-31 10:39 wancheng0327 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 1 控制器(application/home/controller/Home.php) namespace app\home\controller;use think\Controller;use think\Db; class Home extends Controller{ public fun 阅读全文
posted @ 2019-01-30 11:30 wancheng0327 阅读(189) 评论(0) 推荐(0) 编辑
摘要: fragment 生命周期: 1: Activity onCreate Fragment onAttach onCreate onCreateView onActivityCreate 2 Activity onStart Fragment onstart 3 Activity onResume F 阅读全文
posted @ 2017-02-10 12:02 wancheng0327 阅读(250) 评论(0) 推荐(0) 编辑