示例#1
0
 public static function get_post_rule($rule, $key, $default = null)
 {
     return CoreInput::get_post_rule($rule, $key, $default);
 }