$ok = &drupal_static('o','k');
$qq = drupal_static_reset('o');
在drupal_static_reset的函数中,有个return $data[$name];但为什么打印不出$qq呢?
因为drupal_static_reset函数没有return?