摘要:
class ZhuantiAction extends Action{ public function index() { $name = trim($this->_get('name'));//获取http://www.XXXXX.com/home.php/Zhuanti/ind... 阅读全文
摘要:
var foo; alert(!foo);//undifined情况下,一个感叹号返回的是true; alert(!goo);//null情况下,一个感叹号返回的也是true; var o={flag:true}; var test=!!o.flag;//等效于var test=o.flag... 阅读全文