if ( !function_exists('_') ) { function _($string) { return $string; } }
似乎PHP确实有一个函数_($string),但是我找不到它的文档.