共用方式為


sortIpAddressList 函式

排序 IP 位址清單。

參數

IpAddressList

包含 IP 位址的分號分隔字串。

傳回值

如果無法排序 IP 位址清單,則為已排序的分號分隔 IP 位址清單或空字串的清單。

備註

FindProxyforURLEx 實作者應該新增程式碼,以將分號分隔的 IP 位址字串分成不同的位址。

範例

sortIpAddressList(2001:4898:28:3:201:2ff:feea:fc14; 
                  157.59.139.22; 
                  fe80::5efe:157.59.139.22");
    returns "fe80::5efe:157.59.139.22;2001:4898:28:3:201:2ff:feea:fc14;157.59.139.22" 
    A list of sorted IP addresses. If there both IPv6 and IPv4 IP addresses are passed as input to this function, then the sorted IPv6 addresses are followed by sorted IPv4 addresses

另請參閱

IPv6 感知 Proxy 協助程式 API 定義

導覽器自動設定檔案格式的 IPv6 延伸模組