From 36d7d5c5f929e86756753f91050df2d638883beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=9D=9C=E7=82=9C?= Date: Tue, 16 May 2023 01:11:57 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-url.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赵杜炜 --- zh-cn/application-dev/reference/apis/js-apis-url.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-url.md b/zh-cn/application-dev/reference/apis/js-apis-url.md index d45feaa24e..1532926175 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-url.md +++ b/zh-cn/application-dev/reference/apis/js-apis-url.md @@ -150,7 +150,7 @@ forEach(callbackFn: (value: string, key: string, searchParams: this) => void, th | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | callbackFn | function | 是 | 回调函数。 | -| thisArg | Object | 否 | callbackFn被调用时用作this值,默认值是本对象 | +| thisArg | Object | 否 | callbackFn被调用时用作this值,默认值是本对象。 | **表1** callbackFn的参数说明 @@ -404,7 +404,7 @@ URL的构造函数。 | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | url | string | 是 | 入参对象。 | -| base | string \| URL | 否 | 入参字符串或者对象。
- string:字符串
- URL:字符串或对象
- 默认值是空串或空对象 | +| base | string \| URL | 否 | 入参字符串或者对象。
- string:字符串
- URL:字符串或对象
- 默认值是空字符串或空对象。 | **示例:** @@ -444,7 +444,7 @@ URL静态成员函数。 | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | url | string | 是 | 入参对象。 | -| base | string \| URL | 否 | 入参字符串或者对象。
- string:字符串
- URL:字符串或对象
- 默认值是空串或空对象 | +| base | string \| URL | 否 | 入参字符串或者对象。
- string:字符串
- URL:字符串或对象
- 默认值是空字符串或空对象。 | **错误码:** @@ -665,7 +665,7 @@ forEach(callbackFn: (value: string, key: string, searchParams: this) => void, th | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | callbackFn | function | 是 | 回调函数。 | -| thisArg | Object | 否 | callbackFn被调用时用作this值,默认值是本对象 | +| thisArg | Object | 否 | callbackFn被调用时用作this值,默认值是本对象。 | **表1** callbackFn的参数说明 -- GitLab