* 修复显示错误

This commit is contained in:
icret
2023-01-31 01:27:41 +08:00
parent 4dd2c30455
commit 6777850e41
6 changed files with 34 additions and 31 deletions

View File

@@ -19,8 +19,8 @@ if (isset($_POST['del_total'])) {
}).show();
</script>
';
// 延时1s刷新
Header("refresh:1;url=chart.php");
// 延时2s刷新
Header("refresh:2;url=chart.php");
}
// 统计图表
// array_reverse($arr,true) 倒叙数组并保持键值关系