se {
if ($wildcard) {
if ($cid == '*') {
db_query("TRUNCATE TABLE {". $table ."}");
}
else {
db_query("DELETE FROM {". $table ."} WHERE cid LIKE '%s%%'", $cid);
}
}
else {
db_query("DELETE FROM {".
template_preprocess(&$variables, $hook): Creates a default set of variables for all theme hooks with template implementations.谁能准确翻一下... 【LV5】烟台 - Raincy(1036870132) 9:57:55 这个函数为模板提供一个默认钩子变量