diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index 16b9325e6..538137920 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,6 +1,6 @@ - + @@ -144,7 +144,28 @@ - + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + 将整数 0 作为 locales 参数传递给 + setlocale 不再受支持,现会抛出 TypeError。 + + + + + + &reftitle.examples;