影片名称
无双龙尊

9.8

无双龙尊
暂无简介
第41-58集完结 短剧 更新时间:2026-01-18 06:09:26
十年苦读之全国高考状元(金榜题名之荣耀九州)

8.6

十年苦读之全国高考状元(金榜题名之荣耀九州)
暂无简介
第21-30集完结 短剧 更新时间:2026-01-18 06:09:24
三个姐姐天天要我花钱

7.4

三个姐姐天天要我花钱
暂无简介
第81-100集完结 短剧 更新时间:2026-01-18 06:09:22
星河帝国

7.8

星河帝国
暂无简介
第81-93集完结 短剧 更新时间:2026-01-18 06:09:20
重生商战狂龙

9.3

重生商战狂龙
暂无简介
第61-90集完结 短剧 更新时间:2026-01-18 06:09:18
豪门相亲假千金她装不下去了

9.2

豪门相亲假千金她装不下去了
暂无简介
第61-84集完结 短剧 更新时间:2026-01-18 06:09:17
昆妮

8.7

昆妮
Queenie Jenkins is a twenty-five-year-old Jamaican British woman living in South London, straddling two cultures and slotting neatly into neither. After a messy break up from her long-term boyfriend Tom, Queenie seeks comfort in all the wrong places, and begins to realise she has to face the past head on, before she can re-build.
第8集 美剧 更新时间:2026-01-18 06:09:14
开局一只羊我征服了敌国公主(开局成为俘虏皇帝)

7.9

开局一只羊我征服了敌国公主(开局成为俘虏皇帝)
暂无简介
第61-80集完结 短剧 更新时间:2026-01-18 06:09:13
神王的女帝老婆(我的傲娇女帝老婆)(震世龙魂)

6.7

神王的女帝老婆(我的傲娇女帝老婆)(震世龙魂)
暂无简介
全集完结 短剧 更新时间:2026-01-18 06:09:11
万象王

6.3

万象王
暂无简介
第81-92集完结 短剧 更新时间:2026-01-18 06:09:09
function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();