From 97ccd1d57abd8031255cc87dfc530a1a9e9cb7d0 Mon Sep 17 00:00:00 2001 From: zyx Date: Tue, 22 Oct 2019 10:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B8=B8=E6=88=8F=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E6=97=A0=E6=B3=95=E5=8F=91=E5=87=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Common/Common/function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Common/Common/function.php b/Application/Common/Common/function.php index c87284739..a2c806fe8 100644 --- a/Application/Common/Common/function.php +++ b/Application/Common/Common/function.php @@ -61,7 +61,7 @@ function str2arr($str, $glue = ',') * @return string * @author 麦当苗儿 */ -function arr2str($arr, $glue = ',') +function arr2str($arr=[], $glue = ',') { return implode($glue, $arr); }