@acoustic-content-sdk/ng 中文文档教程

发布于 4年前 浏览 14 更新于 3年前

npm

Table of Contents

Home > ; @acoustic-content-sdk/ng

ng package

基于 Angular 的声学内容 SPA 的服务和组件。

Classes

ClassDescription
AcNgComponentsModule
AcNgLoggerModuleModules that exposes the ACOUSTIC_TOKEN_LOGGER_SERVICE token
AcNgProtectedContentModule
AcNgRouterModule
AcNgSearchModule
AcNgServicesModule
PageComponentThe page component monitors
WchSelectFirstRootPageGuard

Functions

FunctionDescription
LayoutComponent(aDirective)Layout decorator and metadata.
LayoutMapping(aID, aSelector, aLayoutMode)Layout mapping decorator and metadata

Interfaces

InterfaceDescription
LayoutComponentDirectiveType of the Layout metadata.
LayoutMappingDirectiveType of the LayoutMapping metadata.

Variables

VariableDescription
VERSIONVersion and build number of the package

Type Aliases

Type AliasDescription
RenderingContextDirectiveConverts a rendering context to something else

Home > @acoustic-content-sdk/ng > AcNgComponentsModule

AcNgComponentsModule class

Signature:

export declare class AcNgComponentsModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > ; @acoustic-content-sdk/ng > AcNgLoggerModule

AcNgLoggerModule class

Modules that exposes the ACOUSTIC_TOKEN_LOGGER_SERVICE token

Signature:

export declare class AcNgLoggerModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

主页 > @acoustic-content-sdk/ng > AcNgProtectedContentModule

AcNgProtectedContentModule class

Signature:

export declare class AcNgProtectedContentModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > ; @acoustic-content-sdk/ng > AcNgRouterModule

AcNgRouterModule class

Signature:

export declare class AcNgRouterModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > ; @acoustic-content-sdk/ng > AcNgSearchModule

AcNgSearchModule class

Signature:

export declare class AcNgSearchModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > ; @acoustic-content-sdk/ng > AcNgServicesModule

AcNgServicesModule class

Signature:

export declare class AcNgServicesModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > ; @acoustic-content-sdk/ng > PageComponent

PageComponent class

The page component monitors

Signature:

export declare class PageComponent extends AbstractBaseComponent implements OnDestroy, RenderingContextProviderV2 

Constructors

ConstructorModifiersDescription
(constructor)(aZoneService, aRoute, aPageService, aActivePage, aTitleService, aMetaService, aProvider, aLogSvc)Constructs a new instance of the PageComponent class

Properties

PropertyModifiersTypeDescription
component$ReplaySubject<any>Event that propagates the newly created component
layoutMode$Observable<string>Fires whenever the layout mode changed, includes the initial default mode.
renderingContext$Observable<RenderingContextV2>The rendering context for the page. This is the context of the element that is referenced by the currently active route.
state$Observable<ComponentState>The component state

Methods

MethodModifiersDescription
ngOnDestroy()just dispatch, otherwise the method will not be recognized

Home< /a> > @acoustic-content-sdk/ng > WchSelectFirstRootPageGuard

WchSelectFirstRootPageGuard class

Signature:

export declare class WchSelectFirstRootPageGuard implements CanActivate 

Constructors

ConstructorModifiersDescription
(constructor)(aDeliveryPageResolver, aRouter, aLogSvc)Constructs a new instance of the WchSelectFirstRootPageGuard class

Methods

MethodModifiersDescription
canActivate(route, state)

Home > ; @acoustic-content-sdk/ng > LayoutComponent

LayoutComponent() function

布局装饰器和元数据。

签名:

export declare function LayoutComponent<T extends Type<any>>(aDirective?: LayoutComponentDirective): (cls: T) => void;

Parameters

ParameterTypeDescription
aDirectiveLayoutComponentDirective

返回:

(cls: T) => void

Home > @acoustic-content-sdk/ng > LayoutMapping

LayoutMapping() function

布局映射装饰器和元数据

签名:

export declare function LayoutMapping<T extends Type<any>>(aID: string | string[] | LayoutMappingDirective, aSelector?: string | string[] | Type<any>, aLayoutMode?: string | string[]): (cls: T) => void;

Parameters

ParameterTypeDescription
aIDstring &#124; string[] &#124; LayoutMappingDirective
aSelectorstring &#124; string[] &#124; Type&lt;any&gt;
aLayoutModestring &#124; string[]

返回:

(cls: T) => void

> @acoustic-content-sdk/ng > LayoutComponentDirective

LayoutComponentDirective interface

布局元数据的类型。

Signature:

export interface LayoutComponentDirective 

Properties

PropertyTypeDescription
componentFactoryResolverComponentFactoryResolverThe optional component factory resolver used to instantiate the component
layoutModestring &#124; string[]An optional layout mode used with a default layout mapping.
mappingIdstring &#124; string[]ID of the content item, content type or the content type name used for a default layout mapping. If the ID is not given, this layout will not be mapped by default.
selectorstring &#124; string[]Defines the mapping between the layout controller to the layout implementation. If this property is missing, the selector of the component will be used instead.

Home > @acoustic-content-sdk/ng > LayoutMappingDirective

LayoutMappingDirective interface

布局映射元数据的类型。

Signature:

export interface LayoutMappingDirective 

Properties

PropertyTypeDescription
idstring &#124; string[]Type IDs or content IDs to map this to
kindCONTENT_ITEM_KIND &#124; CONTENT_ITEM_KIND[]Type IDs to map this to
layoutModestring &#124; string[]An optional layout mode used with this layout mapping.
selectorstring &#124; string[]Defines the mapping between the layout controller to the layout implementation. If this property is missing, the selector of the component will be used instead.

Home > @acoustic-content-sdk/ng > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}

首页 > @acoustic-content-sdk/ng > RenderingContextDirective

RenderingContextDirective type

Converts a rendering context to something else

Signature:

export declare type RenderingContextDirective<T> = (ctx: RenderingContextV2) => T;

首页 > @acoustic-content-sdk/ng > AcNgLoggerModule > VERSION

AcNgLoggerModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

首页 > @acoustic-content-sdk/ng > AcNgComponentsModule > VERSION

AcNgComponentsModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

首页 > @acoustic-content-sdk/ng > AcNgProtectedContentModule > VERSION

AcNgProtectedContentModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

首页 > @acoustic-content-sdk/ng > AcNgRouterModule > VERSION

AcNgRouterModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

首页 > @acoustic-content-sdk/ng > AcNgServicesModule > VERSION

AcNgServicesModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

首页 > @acoustic-content-sdk/ng > AcNgSearchModule > VERSION

AcNgSearchModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

首页 > @acoustic-content-sdk/ng > 页面组件 > (constructor)

PageComponent.(constructor)

Constructs a new instance of the PageComponent class

Signature:

constructor(aZoneService: ZoneService, aRoute: ActivatedRoute, aPageService: AcNgPageService, aActivePage: Subject<RenderingContextV2>, aTitleService: Title, aMetaService: Meta, aProvider: RenderingContextProviderV2, aLogSvc: LoggerService);

Parameters

ParameterTypeDescription
aZoneServiceZoneService
aRouteActivatedRoute
aPageServiceAcNgPageService
aActivePageSubject&lt;RenderingContextV2&gt;
aTitleServiceTitle
aMetaServiceMeta
aProviderRenderingContextProviderV2
aLogSvcLoggerService

主页 > @acoustic-content-sdk/ng > 页面组件 > component$

PageComponent.component$ property

Event that propagates the newly created component

Signature:

readonly component$: ReplaySubject<any>;

首页 > @acoustic-content-sdk/ng > 页面组件 > layoutMode$

PageComponent.layoutMode$ property

当布局模式改变时触发,包括初始默认模式。

Signature:

readonly layoutMode$: Observable<string>;

Home > @acoustic-content-sdk/ng > 页面组件 > renderingContext$

PageComponent.renderingContext$ property

页面的呈现上下文。 这是当前活动路由引用的元素的上下文。

Signature:

readonly renderingContext$: Observable<RenderingContextV2>;

Home > @acoustic-content-sdk/ng > 页面组件 > state$

PageComponent.state$ property

The component state

Signature:

readonly state$: Observable<ComponentState>;

Home< /a> > @acoustic-content-sdk/ng > 页面组件 > ngOnDestroy

PageComponent.ngOnDestroy() method

直接dispatch,否则方法不会被识别

Signature:

ngOnDestroy(): void;

Returns:

void

> @acoustic-content-sdk/ng > WchSelectFirstRootPageGuard > (constructor)

WchSelectFirstRootPageGuard.(constructor)

Constructs a new instance of the WchSelectFirstRootPageGuard class

Signature:

constructor(aDeliveryPageResolver: DeliveryPageResolver, aRouter: Router, aLogSvc: LoggerService);

Parameters

ParameterTypeDescription
aDeliveryPageResolverDeliveryPageResolver
aRouterRouter
aLogSvcLoggerService

主页 > @acoustic-content-sdk/ng > WchSelectFirstRootPageGuard > canActivate

WchSelectFirstRootPageGuard.canActivate() method

Signature:

canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;

Parameters

ParameterTypeDescription
routeActivatedRouteSnapshot
stateRouterStateSnapshot

Returns:

Observable

主页 > @acoustic-content-sdk/ng > 布局组件指令 > componentFactoryResolver

LayoutComponentDirective.componentFactoryResolver property

The optional component factory resolver used to instantiate the component

Signature:

componentFactoryResolver?: ComponentFactoryResolver;

主页 > @acoustic-content-sdk/ng > 布局组件指令 > layoutMode

LayoutComponentDirective.layoutMode property

与默认布局映射一起使用的可选布局模式。

Signature:

layoutMode?: string | string[];

Home > @acoustic-content-sdk/ng > 布局组件指令 > mappingId

LayoutComponentDirective.mappingId property

用于默认布局映射的内容项、内容类型或内容类型名称的 ID。 如果不给出 ID,则默认不会映射此布局。

Signature:

mappingId?: string | string[];

Home > @acoustic-content-sdk/ng > 布局组件指令 > 选择器

LayoutComponentDirective.selector property

定义布局控制器到布局实现之间的映射。 如果缺少此属性,将使用组件的选择器代替。

Signature:

selector?: string | string[];

Home > @acoustic-content-sdk/ng > 布局映射指令 > id

LayoutMappingDirective.id property

Type IDs or content IDs to map this to

Signature:

id?: string | string[];

主页 > @acoustic-content-sdk/ng > 布局映射指令 > kind

LayoutMappingDirective.kind property

Type IDs to map this to

Signature:

kind?: CONTENT_ITEM_KIND | CONTENT_ITEM_KIND[];

首页 > @acoustic-content-sdk/ng > 布局映射指令 > layoutMode

LayoutMappingDirective.layoutMode property

与此布局映射一起使用的可选布局模式。

Signature:

layoutMode?: string | string[];

Home > @acoustic-content-sdk/ng > 布局映射指令 > 选择器

LayoutMappingDirective.selector property

定义布局控制器到布局实现之间的映射。 如果缺少此属性,将使用组件的选择器代替。

签名:

selector?: string | string[];

npm

Table of Contents

Home > @acoustic-content-sdk/ng

ng package

Services and components for Angular based Acoustic Content SPAs.

Classes

ClassDescription
AcNgComponentsModule
AcNgLoggerModuleModules that exposes the ACOUSTIC_TOKEN_LOGGER_SERVICE token
AcNgProtectedContentModule
AcNgRouterModule
AcNgSearchModule
AcNgServicesModule
PageComponentThe page component monitors
WchSelectFirstRootPageGuard

Functions

FunctionDescription
LayoutComponent(aDirective)Layout decorator and metadata.
LayoutMapping(aID, aSelector, aLayoutMode)Layout mapping decorator and metadata

Interfaces

InterfaceDescription
LayoutComponentDirectiveType of the Layout metadata.
LayoutMappingDirectiveType of the LayoutMapping metadata.

Variables

VariableDescription
VERSIONVersion and build number of the package

Type Aliases

Type AliasDescription
RenderingContextDirectiveConverts a rendering context to something else

Home > @acoustic-content-sdk/ng > AcNgComponentsModule

AcNgComponentsModule class

Signature:

export declare class AcNgComponentsModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng > AcNgLoggerModule

AcNgLoggerModule class

Modules that exposes the ACOUSTIC_TOKEN_LOGGER_SERVICE token

Signature:

export declare class AcNgLoggerModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng > AcNgProtectedContentModule

AcNgProtectedContentModule class

Signature:

export declare class AcNgProtectedContentModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng > AcNgRouterModule

AcNgRouterModule class

Signature:

export declare class AcNgRouterModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng > AcNgSearchModule

AcNgSearchModule class

Signature:

export declare class AcNgSearchModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng > AcNgServicesModule

AcNgServicesModule class

Signature:

export declare class AcNgServicesModule 

Properties

PropertyModifiersTypeDescription
VERSIONWchSdkVersionExposes the version information of this module

Home > @acoustic-content-sdk/ng > PageComponent

PageComponent class

The page component monitors

Signature:

export declare class PageComponent extends AbstractBaseComponent implements OnDestroy, RenderingContextProviderV2 

Constructors

ConstructorModifiersDescription
(constructor)(aZoneService, aRoute, aPageService, aActivePage, aTitleService, aMetaService, aProvider, aLogSvc)Constructs a new instance of the PageComponent class

Properties

PropertyModifiersTypeDescription
component$ReplaySubject&lt;any&gt;Event that propagates the newly created component
layoutMode$Observable&lt;string&gt;Fires whenever the layout mode changed, includes the initial default mode.
renderingContext$Observable&lt;RenderingContextV2&gt;The rendering context for the page. This is the context of the element that is referenced by the currently active route.
state$Observable&lt;ComponentState&gt;The component state

Methods

MethodModifiersDescription
ngOnDestroy()just dispatch, otherwise the method will not be recognized

Home > @acoustic-content-sdk/ng > WchSelectFirstRootPageGuard

WchSelectFirstRootPageGuard class

Signature:

export declare class WchSelectFirstRootPageGuard implements CanActivate 

Constructors

ConstructorModifiersDescription
(constructor)(aDeliveryPageResolver, aRouter, aLogSvc)Constructs a new instance of the WchSelectFirstRootPageGuard class

Methods

MethodModifiersDescription
canActivate(route, state)

Home > @acoustic-content-sdk/ng > LayoutComponent

LayoutComponent() function

Layout decorator and metadata.

Signature:

export declare function LayoutComponent<T extends Type<any>>(aDirective?: LayoutComponentDirective): (cls: T) => void;

Parameters

ParameterTypeDescription
aDirectiveLayoutComponentDirective

Returns:

(cls: T) => void

Home > @acoustic-content-sdk/ng > LayoutMapping

LayoutMapping() function

Layout mapping decorator and metadata

Signature:

export declare function LayoutMapping<T extends Type<any>>(aID: string | string[] | LayoutMappingDirective, aSelector?: string | string[] | Type<any>, aLayoutMode?: string | string[]): (cls: T) => void;

Parameters

ParameterTypeDescription
aIDstring &#124; string[] &#124; LayoutMappingDirective
aSelectorstring &#124; string[] &#124; Type&lt;any&gt;
aLayoutModestring &#124; string[]

Returns:

(cls: T) => void

Home > @acoustic-content-sdk/ng > LayoutComponentDirective

LayoutComponentDirective interface

Type of the Layout metadata.

Signature:

export interface LayoutComponentDirective 

Properties

PropertyTypeDescription
componentFactoryResolverComponentFactoryResolverThe optional component factory resolver used to instantiate the component
layoutModestring &#124; string[]An optional layout mode used with a default layout mapping.
mappingIdstring &#124; string[]ID of the content item, content type or the content type name used for a default layout mapping. If the ID is not given, this layout will not be mapped by default.
selectorstring &#124; string[]Defines the mapping between the layout controller to the layout implementation. If this property is missing, the selector of the component will be used instead.

Home > @acoustic-content-sdk/ng > LayoutMappingDirective

LayoutMappingDirective interface

Type of the LayoutMapping metadata.

Signature:

export interface LayoutMappingDirective 

Properties

PropertyTypeDescription
idstring &#124; string[]Type IDs or content IDs to map this to
kindCONTENT_ITEM_KIND &#124; CONTENT_ITEM_KIND[]Type IDs to map this to
layoutModestring &#124; string[]An optional layout mode used with this layout mapping.
selectorstring &#124; string[]Defines the mapping between the layout controller to the layout implementation. If this property is missing, the selector of the component will be used instead.

Home > @acoustic-content-sdk/ng > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}

Home > @acoustic-content-sdk/ng > RenderingContextDirective

RenderingContextDirective type

Converts a rendering context to something else

Signature:

export declare type RenderingContextDirective<T> = (ctx: RenderingContextV2) => T;

Home > @acoustic-content-sdk/ng > AcNgLoggerModule > VERSION

AcNgLoggerModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng > AcNgComponentsModule > VERSION

AcNgComponentsModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng > AcNgProtectedContentModule > VERSION

AcNgProtectedContentModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng > AcNgRouterModule > VERSION

AcNgRouterModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng > AcNgServicesModule > VERSION

AcNgServicesModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng > AcNgSearchModule > VERSION

AcNgSearchModule.VERSION property

Exposes the version information of this module

Signature:

VERSION: WchSdkVersion;

Home > @acoustic-content-sdk/ng > PageComponent > (constructor)

PageComponent.(constructor)

Constructs a new instance of the PageComponent class

Signature:

constructor(aZoneService: ZoneService, aRoute: ActivatedRoute, aPageService: AcNgPageService, aActivePage: Subject<RenderingContextV2>, aTitleService: Title, aMetaService: Meta, aProvider: RenderingContextProviderV2, aLogSvc: LoggerService);

Parameters

ParameterTypeDescription
aZoneServiceZoneService
aRouteActivatedRoute
aPageServiceAcNgPageService
aActivePageSubject&lt;RenderingContextV2&gt;
aTitleServiceTitle
aMetaServiceMeta
aProviderRenderingContextProviderV2
aLogSvcLoggerService

Home > @acoustic-content-sdk/ng > PageComponent > component$

PageComponent.component$ property

Event that propagates the newly created component

Signature:

readonly component$: ReplaySubject<any>;

Home > @acoustic-content-sdk/ng > PageComponent > layoutMode$

PageComponent.layoutMode$ property

Fires whenever the layout mode changed, includes the initial default mode.

Signature:

readonly layoutMode$: Observable<string>;

Home > @acoustic-content-sdk/ng > PageComponent > renderingContext$

PageComponent.renderingContext$ property

The rendering context for the page. This is the context of the element that is referenced by the currently active route.

Signature:

readonly renderingContext$: Observable<RenderingContextV2>;

Home > @acoustic-content-sdk/ng > PageComponent > state$

PageComponent.state$ property

The component state

Signature:

readonly state$: Observable<ComponentState>;

Home > @acoustic-content-sdk/ng > PageComponent > ngOnDestroy

PageComponent.ngOnDestroy() method

just dispatch, otherwise the method will not be recognized

Signature:

ngOnDestroy(): void;

Returns:

void

Home > @acoustic-content-sdk/ng > WchSelectFirstRootPageGuard > (constructor)

WchSelectFirstRootPageGuard.(constructor)

Constructs a new instance of the WchSelectFirstRootPageGuard class

Signature:

constructor(aDeliveryPageResolver: DeliveryPageResolver, aRouter: Router, aLogSvc: LoggerService);

Parameters

ParameterTypeDescription
aDeliveryPageResolverDeliveryPageResolver
aRouterRouter
aLogSvcLoggerService

Home > @acoustic-content-sdk/ng > WchSelectFirstRootPageGuard > canActivate

WchSelectFirstRootPageGuard.canActivate() method

Signature:

canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;

Parameters

ParameterTypeDescription
routeActivatedRouteSnapshot
stateRouterStateSnapshot

Returns:

Observable<boolean>

Home > @acoustic-content-sdk/ng > LayoutComponentDirective > componentFactoryResolver

LayoutComponentDirective.componentFactoryResolver property

The optional component factory resolver used to instantiate the component

Signature:

componentFactoryResolver?: ComponentFactoryResolver;

Home > @acoustic-content-sdk/ng > LayoutComponentDirective > layoutMode

LayoutComponentDirective.layoutMode property

An optional layout mode used with a default layout mapping.

Signature:

layoutMode?: string | string[];

Home > @acoustic-content-sdk/ng > LayoutComponentDirective > mappingId

LayoutComponentDirective.mappingId property

ID of the content item, content type or the content type name used for a default layout mapping. If the ID is not given, this layout will not be mapped by default.

Signature:

mappingId?: string | string[];

Home > @acoustic-content-sdk/ng > LayoutComponentDirective > selector

LayoutComponentDirective.selector property

Defines the mapping between the layout controller to the layout implementation. If this property is missing, the selector of the component will be used instead.

Signature:

selector?: string | string[];

Home > @acoustic-content-sdk/ng > LayoutMappingDirective > id

LayoutMappingDirective.id property

Type IDs or content IDs to map this to

Signature:

id?: string | string[];

Home > @acoustic-content-sdk/ng > LayoutMappingDirective > kind

LayoutMappingDirective.kind property

Type IDs to map this to

Signature:

kind?: CONTENT_ITEM_KIND | CONTENT_ITEM_KIND[];

Home > @acoustic-content-sdk/ng > LayoutMappingDirective > layoutMode

LayoutMappingDirective.layoutMode property

An optional layout mode used with this layout mapping.

Signature:

layoutMode?: string | string[];

Home > @acoustic-content-sdk/ng > LayoutMappingDirective > selector

LayoutMappingDirective.selector property

Defines the mapping between the layout controller to the layout implementation. If this property is missing, the selector of the component will be used instead.

Signature:

selector?: string | string[];
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文