Fanfou Wiki

我等采石之人,当心怀建造大教堂之愿景。

用户工具

站点工具


playground:playground

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
上一修订版两侧同时换到之后的修订记录
playground:playground [2020/12/15 07:50] adminplayground:playground [2020/12/30 12:29] admin
行 1: 行 1:
 ====== PlayGround ====== ====== PlayGround ======
-''+[[https://www.dokuwiki.org/zh:syntax|zh:syntax]] 
 + 
 +<code html index.html>
 <html> <html>
   <head>   <head>
   </head>   </head>
 </html> </html>
-''+</code> 
 +<markdown> 
 +# 标题 
 +</markdown> 
 +---- 
 +<code JavaScript [enable_line_numbers="true", start_line_numbers_at="42", highlight_lines_extra="2,3"]> 
 +var de = function() { 
 + return (typeof(window.de) == 'object') ? window.de : {}; 
 +}(); 
 +</code> 
 +---- 
 +<uml> 
 +Alice -> Bob: Authentication Request 
 +Bob --> Alice: Authentication Response 
 + 
 +Alice -> Bob: Another authentication Request 
 +Alice <-- Bob: another authentication Response 
 +</uml> 
 + 
 + 
playground/playground.txt · 最后更改: 2020/12/30 12:30 由 admin