getAllCookies

abstract fun getAllCookies(): Map<String, String>

获取当前网页下所有 Cookie。

Return

一个包含所有 Cookie 名称和对应值的映射表。如果无法获取或没有Cookie,则返回空Map。