跳至内容
开源大世界
kydsj.vip 【首页】
用户工具
注册
登录
站点工具
搜索
工具
显示页面
修订记录
最近更改
媒体管理器
注册
登录
>
最近更改
媒体管理器
您的足迹:
playground:playground
⭐编辑本页后请点击“保存”⭐。请参阅
维基语法
了解如何更好编写🤝🤝🤝。只有在您能
改进
该页面的前提下才编辑它🎖️🎖️🎖️。如果您想测试语法,请先到
测试页面
随意编写😄。
媒体文件
**你可以在这任意尝试编写内容,熟悉wiki语法。** ---- 测试测试 |1|2| |3|4| |5| | TEST my Test 一个小小的测试哦 ====== 一级标题 ====== ===== 标题 H2 ===== ---- $\begin{array}{l} \text{对于方程形如:}x^{3}-1=0 \\ \text{设}\text{:}\omega =\frac{-1+\sqrt{3}i}{2} \\ x_{1}=1,x_{2}= \omega =\frac{-1+\sqrt{3}i}{2} \\ x_{3}= \omega ^{2}=\frac{-1-\sqrt{3}i}{2} \end{array} $ ---- $\frac{a}{b}\pm \frac{c}{d}= \frac{ad \pm bc}{bd} $ $$\frac{a}{b}\pm \frac{c}{d}= \frac{ad \pm bc}{bd} $$ ---- $\left\{\begin{matrix} x=a + r\text{cos}\theta \\ y=b + r\text{sin}\theta \end{matrix}\right. $ ---- $\frac{\mathrm{d}}{\mathrm{d}x}\sin x=\cos x $ ---- $\begin{pmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{pmatrix} $ ==== 标题 H3 ==== ---- ====== 标题 H1 ====== ---- <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: 'Arial', sans-serif; margin: 50px; } #countdown { font-size: 24px; margin-top: 20px; } </style> </head> <body> <h1>倒计时</h1> <label for="birthdate">输入你的消失日期:</label> <input type="date" id="birthdate"> <button onclick="startCountdown()">开始倒计时</button> <div id="countdown"></div> <script> let countdownInterval; function startCountdown() { // 清除之前的倒计时定时器 clearInterval(countdownInterval); // 获取用户输入的日期 const birthdateInput = document.getElementById('birthdate'); const birthdate = new Date(birthdateInput.value); // 更新倒计时显示 updateCountdown(birthdate); // 每秒更新一次倒计时 countdownInterval = setInterval(() => { updateCountdown(birthdate); }, 1000); } function updateCountdown(birthdate) { // 获取当前日期和时间 const now = new Date(); // 计算距离日期的秒数 const timeDifference = Math.floor((birthdate - now) / 1000); // 更新页面上的倒计时显示 const countdownElement = document.getElementById('countdown'); countdownElement.textContent = `人生还剩余 ${timeDifference} 秒`; } </script> </body> </html> ====== 灌水 ====== ---- 测试页面 __//下划线//**粗体**__ //2289234//__下划线__ <del>''删除线'' </del> [[:playground:test|]] [[:playground:测试|]] [[:playground:测试23|]] :-D :-P ĊÊ ---- 输入下面这行代码,就可以轻松嵌入外部视频。 <code> <html> <div style="position: relative; padding: 30% 45%;"> <iframe style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" src="//player.bilibili.com/player.html?aid=796638778&bvid=BV1xC4y1879V&cid=222616800&page=1&as_wide=1&high_quality=1&danmaku=0" frameborder="no" scrolling="no"></iframe> </div> </html> </code> 效果: <html> <div style="position: relative; padding: 30% 45%;"> <iframe style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" src="//player.bilibili.com/player.html?aid=796638778&bvid=BV1xC4y1879V&cid=222616800&page=1&as_wide=1&high_quality=1&danmaku=0" frameborder="no" scrolling="no"></iframe> </div> </html> —- ---- ====== 必应搜索 ====== <code> <html> <div style="position: relative; padding: 30% 45%;"> <iframe style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" src="//www.bing.com" frameborder="no" ></iframe> </div> </html> </code> **上面是代码,下面是具体效果:** <html> <div style="position: relative; padding: 30% 45%;"> <iframe style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" src="//www.bing.com" frameborder="no" ></iframe> </div> </html> ---- <code> #include <stdio.h> int main(int argc, char* argv[]) { printf("Hello world/n"); return 0; } </code>
请在输入框中填入验证码以证明您不是机器人。
请将此区域留空:
保存
预览
取消
编辑摘要
playground/playground.txt
· 最后更改: 2024/10/17 11:52 由
221.217.26.244
页面工具
显示页面
修订记录
回到顶部