@Education()
New in 2.0Since 2.0.0
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| dict | — | — | ||
| locale | — | — | Internationalized languages, currently only supporting Chinese (zh_CN) and English (en), default zh_CN |
Usage
@Education(arg0)Example:
@Education(本科,硕士)
Output:
本科@Education(arg0)Example:
@Education(zh_CN)
Output:
本科@Education()Example:
@Education()
Output:
本科