摘要: class CommonController extends ExtendController{ public function __init(){ //如果没有登录,去登陆界面 if(!isset($_SESSION['username']) || !isset(... 阅读全文
posted @ 2015-09-04 11:30 Gleeeee 阅读(154) 评论(0) 推荐(0) 编辑
摘要: attr是取值$(function(){ $('#main .in_box li').click(function(){ var score = $(this).val(); $("#score").val(score); })}) 阅读全文
posted @ 2015-09-04 11:00 Gleeeee 阅读(1416) 评论(0) 推荐(0) 编辑