vtils

Home > utils > toHttpsUrl

toHttpsUrl() function

转换为 https 链接。

Signature:

export declare function toHttpsUrl(url: string): string;

Parameters

Parameter Type Description
url string 原链接

Returns:

string