eq = neq != gt > egt <= lt < elt <= heq === nheq!==
2017-10-09
最新回答 / 第3909871個慕粉
用SQL語句創(chuàng)建表:http://www.360doc.com/content/09/1109/12/439492_8664325.shtml
2017-09-26
最新回答 / 慕先生8724339
執(zhí)行index()函數(shù)是?http://localhost/muke/index.php/Index 執(zhí)行user()函數(shù)就是http://localhost/muke/index.php/Index/user
2017-09-25
新版本已改得面目全非,我卻只是摸摸的看著老版本的教程往腦海里堆,面試時就使勁的吹,工作第一天就發(fā)現(xiàn),除了喝茶看段子,其它的全不會。
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