Results 3 comments of chenpinzhong

我这样改了一下 /** * @param $memory_limit * @return void */ public function checkMemory($memory_limit) { if (static::isPaused()) { return; } if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { // Windows 系统 // 在...

**$controller=str_replace('.','\\\',$controller);** // \是 重复2次的 github的显示问题了 这个是我这边 想支持 更复杂的控制器结构

嗯 以点来分割控制器 这个不重要 需要的人 可以自己实现 感谢