What & How & Why

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
pipeline_tools:start [2017/10/12 08:40] – 创建 haregypipeline_tools:start [2018/09/24 15:30] (当前版本) – 外部编辑 127.0.0.1
行 1: 行 1:
-<?php$ GLOBALS['mathjax'] = strpos($this->content, '[') || strpos($this->content, '('); ?>+<WRAP center round important 60%> 
 +重要信息方框 
 +</WRAP> 
 +<WRAP center round info 60%> 
 +消息框 
 +</WRAP> 
 +<WRAP center round tip 60%> 
 +提示框 
 +</WRAP> 
 + 
 +<WRAP center round alert 60%> 
 +警告框 
 +</WRAP> 
 +<WRAP center round help 60%> 
 +帮助框 
 +</WRAP> 
 + 
 +<WRAP center round todo 60%> 
 +待办事项方框 
 +</WRAP> 
 +<WRAP center round download 60%> 
 +下载框 
 +</WRAP> 
 + 
  
-<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>