当前位置: 首页 > news >正文

营销网站占用多少m空间大连市建设厅网站

营销网站占用多少m空间,大连市建设厅网站,如何免费做网站优化,网站如何建设手机版javascript复制到黏贴板之完美兼容 很多时候我们需要给用户方便,提供一键复制的功能,但是在实现的过程中遇到各式各样的坑。 原生解决方案 document.execCommand()方法 MDN上的定义#xff1a; which allows one to run commands to manipulate the contents of the edita…javascript复制到黏贴板之完美兼容 很多时候我们需要给用户方便,提供一键复制的功能,但是在实现的过程中遇到各式各样的坑。 原生解决方案 document.execCommand()方法 MDN上的定义 which allows one to run commands to manipulate the contents of the editable region. 当一个HTML文档切换到设计模式 designMode时document暴露 execCommand 方法该方法允许运行命令来操纵可编辑区域的内容。 使用方式 函数语法 bool document.execCommand(aCommandName, aShowDefaultUI, aValueArgument) aCommandName 表示命令名称比如 copy, cut 等更多命令访问aShowDefaultUI是否展示用户界面一般为 false。Mozilla 没有实现aValueArgument一些命令例如insertImage需要额外的参数insertImage需要提供插入image的url默认为null 兼容性 目前除了 安卓UC浏览器、Opera Mini、安卓原生浏览器 外其他都支持。 使用教程 如果目标是input元素 !--html-- input iddemoInput valuehello world button idbtn点我复制/button!--JavaScript-- const btn document.querySelector(#btn); btn.addEventListener(click, () {const input document.querySelector(#demoInput);input.select();if (document.execCommand(copy)) {document.execCommand(copy);console.log(复制成功);} })如果目前是非input元素 !--html-- button idbtn (click)copy()点我复制/button span idcopy-text/span!--JavaScript-- function copy() {const content document.getElementById(copy-text);const input document.createElement(input);input.setAttribute(readonly, readonly);input.setAttribute(value, content.innerHTML);document.body.appendChild(input);input.focus();input.setSelectionRange(0, input.value.length);if (document.execCommand(copy)) {document.execCommand(copy);console.log(复制成功);} else {console.log(复制失败);}document.body.removeChild(input); } 遇到的坑 复制的时候ios手机会出现键盘弹出又瞬间收回。这是因为输入框聚焦造成的。 解决办法,增加下面一段让input只读不能输入就不会出现了。 input.setAttribute(readonly, readonly);input.select()在ios下不能选中全部内容更换input.setSelectionRange(0, input.value.length);方法。 END
http://www.pierceye.com/news/704268/

相关文章:

  • 化妆品网站的建设 论文php技术的网站开发
  • 女人与黑狗做视频网站网站seo关键词排名
  • ps制作个人网站营销软文怎么写
  • 建立网站的方案南京小程序开发网站建设
  • 类似淘宝的网站怎么做的产品推广会议流程
  • 写作网站的文风软件开发的基本过程
  • 做胃镜多少钱那好天津津门网站a顺德高端网站
  • 网站升级维护中 模板用ps怎么做网站背景
  • 免费商城网站建设建设银行企业网站首页
  • 北京哪家网站建设公司比较好帝国cms怎么做网站地图
  • 做网站制作外包数据可视化
  • 专注大连网站建设青海项目信息网
  • 网站开发开题报告范文可以做免费的网站吗
  • 淄博网站备案wordpress代码实现下载
  • 网站做全景做的好看的网站
  • 宜春专业的企业网站建设公司网站建设待遇怎样
  • 苏州企业网站建设制作服务在线培训平台
  • 成都创建公司网站wordpress的多说美化
  • 企业网站建设的方案书用织梦做模板网站
  • 馆陶做网站容桂低价网站建设
  • 帮一个企业做网站流程免费做app的软件有哪些
  • 河间哪里有做网站的wordpress禁用修正版
  • 网站建设对网络营销的影响做网站的怎么挣钱
  • 个人备案的网站涉及到资金抖音代运营服务达不到退费标准
  • 做网站投放广告湘潭学校网站建设 磐石网络第一
  • 营销手机网站目前专业做水果的网站有哪些
  • 莆田仿站定制模板建站网站设计应该考虑的重要因素
  • 简述网站制作过程企业网络推广网站建设
  • 外贸营销网站建设介绍wordpress分库技术
  • 做竞品分析的网站安卓小程序开发入门