Wikidot 個人維基 -- 嵌入 HTML

Wikidot

簡介

申請使用

操作介面

網站管理

帳戶管理

基本語法

模組

樣板

嵌入服務

嵌入HTML

數學式

CSS 排版

問與答

Facebook

訊息

相關網站

參考文獻

最新修改

簡體版

English

原始碼

[[html]]
<html>
<body>
<script type="text/javascript">
var x =5, y=7;
var s = "Hello! "

t = s + x;
z = x * y;

document.write("<pre>x="+x+"\ny="+y+"\ns="+s+"\nt="+t+"\nz="+z+"</pre>");
</script>
</body>
</html>
[[/html]]

顯示結果

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License