未验证 提交 ed5c11e6 编写于 作者: 杜理想 提交者: Gitee

update zh-cn/application-dev/internationalization/intl-guidelines.md.

Signed-off-by: N杜理想 <lxduh@isoftstone.com>
上级 2c385727
......@@ -289,7 +289,7 @@
另一种方法是使用开发者提供的Locale和格式化参数来创建相对时间格式化对象。其中,格式化参数是可选的,完整的参数列表参见[ RelativeTimeFormatInputOptions](../reference/apis/js-apis-intl.md)。
```
var relativeTimeFormat = new intl.RelativeTimeFormat("zh-CN", {numeric: "always", style: "long"};
var relativeTimeFormat = new intl.RelativeTimeFormat("zh-CN", {numeric: "always", style: "long"});
```
2. 相对时间格式化
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册