freeCodeCamp/guide/chinese/certifications/front-end-libraries/redux/use-a-switch-statement-to-h.../index.md

11 lines
593 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Use a Switch Statement to Handle Multiple Actions
localeTitle: 使用Switch语句处理多个操作
---
## 使用Switch语句处理多个操作
提示确保在switch case中的return语句后不使用“break”命令。
这是一个存根。 [帮助我们的社区扩展它](https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/front-end-libraries/redux/use-a-switch-statement-to-handle-multiple-actions/index.md) 。
[这种快速风格指南有助于确保您的拉取请求被接受](https://github.com/freecodecamp/guides/blob/master/README.md) 。