目前共有1篇帖子。
【HTML】文本框顯示圖片的代碼
1樓 产品的注销 2011-1-22 15:14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>
<body>
    <textarea id="t"></textarea>
    <script>
    var img = new Image();
    img.src = "http://static.tieba.baidu.com/tb/editor/images/jd/j_0018.gif";
    document.getElementById("t").appendChild(img);
    </script>
</body>
</html>

回復帖子

內容:
用戶名: 您目前是匿名發表
驗證碼:
 
 
©2010-2024 Arslanbar [手機版] [桌面版]
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。