未验证 提交 d917075f 编写于 作者: A Annie_wang 提交者: Gitee

update en/application-dev/reference/apis/js-apis-statfs.md.

Signed-off-by: NAnnie_wang <annie.wangli@huawei.com>
上级 b6f53667
...@@ -65,7 +65,7 @@ Obtains the number of free bytes of the specified file system in asynchronous mo ...@@ -65,7 +65,7 @@ Obtains the number of free bytes of the specified file system in asynchronous mo
``` ```
statfs.getFreeBytes(path, function(err, number){ statfs.getFreeBytes(path, function(err, number){
//do something // Do something.
}); });
``` ```
...@@ -110,6 +110,6 @@ Obtains the total number of bytes of the specified file system in asynchronous m ...@@ -110,6 +110,6 @@ Obtains the total number of bytes of the specified file system in asynchronous m
``` ```
statfs.getTotalBytes(path, function(err, number){ statfs.getTotalBytes(path, function(err, number){
//do something // Do something.
}); });
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册