摘要: 一般我们在使用radio 时都是结合label来使用的男女这样写的好处是,在你点击男,女时,对应得单选按钮就会被选中,也就是可以说是一种绑定,所以新出的HTML5就单独把这项功能完善了, Male Female for 属性规定 label 与哪个表单元素绑定。更多关于label的链接 阅读全文
posted @ 2015-09-21 13:25 Grass_to 阅读(141) 评论(0) 推荐(0) 编辑
摘要: show table status 获取表的信息例子: show table status from db_name //获取指定数据库中所有表的信息 show table status from db_name like 'uc%' //获取所有以UC开头的额数据表的信息在thinkPHP中的... 阅读全文
posted @ 2015-09-21 12:57 Grass_to 阅读(191) 评论(0) 推荐(0) 编辑