eq = neq != gt > egt <= lt < elt <= heq === nheq!==
2017-10-09
新版本已改得面目全非,我却只是摸摸的看着老版本的教程往脑海里堆,面试时就使劲的吹,工作第一天就发现,除了喝茶看段子,其它的全不会。
2017-09-21
$arr = [
'name' => $name,
'age' => '18',
'sex' => 'famle',
'school' => $school,
'birthday' => '19960115'
];
$this->assign($arr);
$this->display('index/test');
这样不更好吗?
'name' => $name,
'age' => '18',
'sex' => 'famle',
'school' => $school,
'birthday' => '19960115'
];
$this->assign($arr);
$this->display('index/test');
这样不更好吗?
2017-09-14