提交 dca5e58d 编写于 作者: W wudefeng@huawei.com

review add arg api10

Signed-off-by: Nwudefeng@huawei.com <wudefeng@huawei.com>
上级 fed34698
......@@ -3668,7 +3668,7 @@ getResponseMimeType(): string
### setResponseData<sup>9+</sup>
setResponseData(data: string | number \| Resource<sup>10+</sup>)
setResponseData(data: string | number \| Resource)
设置资源响应数据。
......@@ -3676,7 +3676,7 @@ setResponseData(data: string | number \| Resource<sup>10+</sup>)
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ------ | ---------------- | ---- | ------ | ------------------------------------------------------------ |
| data | string \| number \| [Resource](ts-types.md)| 是 | - | 要设置的资源响应数据。string表示HTML格式的字符串。number表示文件句柄, 此句柄由系统的Web组件负责关闭。 Resource表示应用rawfile目录下文件资源。|
| data | string \| number \| [Resource](ts-types.md)<sup>10+</sup>| 是 | - | 要设置的资源响应数据。string表示HTML格式的字符串。number表示文件句柄, 此句柄由系统的Web组件负责关闭。 Resource表示应用rawfile目录下文件资源。|
### setResponseEncoding<sup>9+</sup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册