What & How & Why

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版两侧同时换到之后的修订记录
pipeline_tools:start [2017/10/11 02:26] – 移除 haregypipeline_tools:start [2017/10/12 08:40] – 创建 haregy
行 1: 行 1:
 +<?php$ GLOBALS['mathjax'] = strpos($this->content, '[') || strpos($this->content, '('); ?>
  
 +<Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
 +<html>
 +  <head>
 +  <title>PHP Test</title>
 + </head>
 + <body>
 + <?php echo '<p>Hello World</p>'; ?> 
 + </body>
 +</html>
 +</Code>