切换本帖至【手机版】
地区: 日本 语言: 日语 简介:
剧情简介
】 『风人物语』描写的是拥有操纵风的能力的女中学生的故事;是根据第一届动画企画大赏的受赏者大鸟南的得奖作品TV系列化的作品。 【STAFF】 监修 : // 全局复制函数(抽离出来,避免重复定义) function copyEd2kFullLink(btn) { // 从按钮的data属性读取链接(兼容所有特殊字符) var link = btn.dataset.ed2kLink || btn.getAttribute("data-ed2k-link"); if(!link) { alert("链接读取失败,请手动复制!"); return; } // 清理可能的转义字符,还原原始链接 link = link.replace(/&/g, "&").replace(/"/g, "\"").replace(/'/g, "'"); var t = document.createElement("textarea"); t.style.position = "fixed"; t.style.top = "-9999px"; t.style.left = "-9999px"; t.value = link.trim(); document.body.appendChild(t); // 强制选中所有内容(兼容超长/特殊字符链接) t.focus(); try { t.setSelectionRange(0, link.length); } catch (e) { t.select(); // 兼容低版本浏览器 } try { var success = document.execCommand("copy"); alert(success ? "ED2K链接已复制!" : "复制失败,请手动复制:\n" + link); } catch (e) { alert("复制失败,请手动复制:\n" + link); } document.body.removeChild(t); }
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
切换至【手机版】| 主站| Archiver|
JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!
GMT+8, 2026-6-17 09:58 , Processed in 0.875201 second(s), 124 queries .