xxxxxxxxxx
小库网
<h1>template 元素</h1>
<p>点击按钮显示 template 元素中的隐藏内容。</p>
<button onclick="showContent()">显示隐藏内容</button>
<template>
<h2>logo</h2>
<img src="https://static.jyshare.com/libs/images/runoob-logo.png" >
</template>
<script>
function showContent() {
var temp = document.getElementsByTagName("template")[0];
var clon = temp.content.cloneNode(true);
document.body.appendChild(clon);
}
</script>
百家姓 | 成语大全 | 警世通言 |
中庸 | 猜谜语 | 亲情故事 |
在线工具 | 驴子飞上天 | 推箱子 |
捕鱼游戏 | 精品软件 | 其他软件 |
软件插件 | 抖音副业 | 卡通音效 |
转场音效 | 互联网思维书籍 | 实用英语书籍 |
计算机类书籍 | 女生头像 | 女生头像古风 |
女生头像清冷 | 社区论坛源码 | 聊天室类源码 |
Request请求 | 看电影 | 教程 |
上古神话 | 唐朝历史 | 周朝历史 |
隋朝历史 | 单机游戏 | 汤饮类 |
茶酒类 | 美容茶 | 中药材大全 |
学习Java | 设计模式 | 学习ASP |