会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PHP急先锋
博客园
首页
新随笔
联系
管理
订阅
2018年7月25日
【jquery】ajax 动态 改变 select下拉框选中的值
摘要: //html
阅读全文
posted @ 2018-07-25 09:55 PHP急先锋
阅读(1194)
评论(0)
推荐(0)
编辑
【TP5.0】model的操作方法
摘要: tp5 中 model 的新增方法 //默认主键为自动识别,如果需要指定,可以设置属性: namespace app\index\model; use think\Model; class User extends Model { protected $pk = 'uid'; // 设置当前模型对应
阅读全文
posted @ 2018-07-25 08:54 PHP急先锋
阅读(1113)
评论(0)
推荐(0)
编辑
公告