autojs


获取cookie管理

<pre><code class="language-js">function 获取cookie管理() { if (context.getPackageName() != "org.autojs.autojs") { toastLog("cookieManager只能运行在免费版本的autojs,pro版不支持本方法"); return null; } http.__okhttp__.muteClient(new OkHttpClient.Builder().cookieJar(new org.autojs.autojs.network.util.WebkitCookieManagerProxy())) return android.webkit.CookieManager.getInstance(); }; </code></pre>

页面列表

ITEM_HTML