diff --git a/guide/chinese/php/conditionals/index.md b/guide/chinese/php/conditionals/index.md index eec65f91ea..306ba29a0f 100644 --- a/guide/chinese/php/conditionals/index.md +++ b/guide/chinese/php/conditionals/index.md @@ -10,7 +10,7 @@ PHP中的条件语句使用`if` , `elseif` , `else`语法编写。使用条 ```PHP