“Playground”的版本间的差异

来自osm&bio
跳到导航 跳到搜索
第3行: 第3行:


   echo "Hello, World!"
   echo "Hello, World!"
== Usage ==
On the wiki page, you can now use "source" elements:


<source lang="php">
<source lang="php">

2020年5月1日 (五) 08:50的版本

这是一个测试页面,用于测试wiki语法以及插件效果,可随意编辑此页。


  echo "Hello, World!"

Usage

On the wiki page, you can now use "source" elements:

<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>