renyu732

文本框粘贴图片解决方案...

<textarea id=x style="width:300px;height:200px"></textarea>
<script>
i=document.createElement("IMG")
i.src="http://sz.luohuedu.net/xml/Images/logo.gif"
x.appendChild(i)
</script>

原文地址:http://community.csdn.net/Expert/topic/4068/4068645.xml?temp=.6847498

分类:

技术点:

相关文章:

  • 2021-10-14
  • 2021-05-29
  • 2021-10-18
  • 2021-08-03
  • 2021-09-14
  • 2022-01-21
  • 2021-11-06
猜你喜欢
  • 2021-11-09
  • 2022-01-13
  • 2021-11-01
  • 2021-12-09
  • 2021-08-15
  • 2021-11-09
相关资源
相似解决方案