会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2023年6月8日
小功能-复制文字
摘要: copy() { // 创建input标签 var input = document.createElement('input') // 将input的值设置为需要复制的内容(this.typePromptText 自定义的) input.value = this.typePromptText //
阅读全文
posted @ 2023-06-08 15:14 我是一枚前端小菜鸟
阅读(38)
评论(0)
推荐(0)
编辑