摘要:
7. 载入框架中的类(此处以表单验证为例) public function index() { $this->load->helper('form'); //加载表单验证辅助函数 $this->load->view("index/home.html"); } public function send 阅读全文
摘要:
小数据池 1 对于整数,Python官方文档中这么说: 2 The current implementation keeps an array of integer objects for all integers between -5 and 256, when you create an int 阅读全文