diff --git a/zh-cn/application-dev/reference/apis/js-apis-window.md b/zh-cn/application-dev/reference/apis/js-apis-window.md
index 2ac46c8e526c2432a21dec955605bab295bc2f04..fdc9e3284a970fe04fb6a54c0b6c998d22c0a00d 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-window.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-window.md
@@ -4811,7 +4811,7 @@ setFullScreen(isFullScreen: boolean, callback: AsyncCallback<void>): void
 
 > **说明:**
 > 
-> 从 API version 6开始支持,从API version 9开始废弃,推荐使用[setWindowSystemBarEnable()](#setwindowsystembarenable9)。
+> 从 API version 6开始支持,从API version 9开始废弃,推荐联合使用[setWindowSystemBarEnable()](#setwindowsystembarenable9)和[setWindowLayoutFullScreen()](#setwindowlayoutfullscreen9)实现全屏。
 
 **系统能力:** SystemCapability.WindowManager.WindowManager.Core
 
@@ -4843,7 +4843,7 @@ setFullScreen(isFullScreen: boolean): Promise<void>
 
 > **说明:**
 > 
-> 从 API version 6开始支持,从API version 9开始废弃,推荐使用[setWindowSystemBarEnable()](#setwindowsystembarenable9-1)。
+> 从 API version 6开始支持,从API version 9开始废弃,推荐联合使用[setWindowSystemBarEnable()](#setwindowsystembarenable9-1)和[setWindowLayoutFullScreen()](#setwindowlayoutfullscreen9-1)实现全屏。
 
 **系统能力:** SystemCapability.WindowManager.WindowManager.Core