“Test”的版本间的差异

来自Alex's wiki
跳转至: 导航搜索
 
(未显示同一用户的41个中间版本)
第1行: 第1行:
<parsererror style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">
+
 
=== This page contains the following errors: ===
+
<source lang="objc">
<div style="font-family:monospace;font-size:12px">error on line 1 at column 193: Opening and ending tag mismatch: embed line 0 and body </div>
+
int main()
=== Below is a rendering of the page up to the first error. ===
+
{
</parsererror>
+
        printf ("Hello world!");
仅测试
+
        return 0;
<embed id="xunlei_com_thunder_helper_plugin_d462f475-c18e-46be-bd10-327458d045bd" type="application/thunder_download_plugin" height="0" width="0"></embed>
+
}
 +
</source >
 +
 
 +
 
 +
<source lang="php">
 +
int main()
 +
{
 +
        printf ("Hello world!");
 +
        return 0;
 +
}
 +
</source >
 +
 
 +
 
 +
<source lang="xml">
 +
{
 +
"extra": {
 +
"merge-plugin": {
 +
"include": [
 +
"extensions/SyntaxHighlight_GeSHi/composer.json"
 +
]
 +
}
 +
}
 +
}
 +
</source >

2016年9月24日 (六) 20:44的最后版本

int main()
{
        printf ("Hello world!");
        return 0;
}


int main()
{
        printf ("Hello world!");
        return 0;
}


{
	"extra": {
		"merge-plugin": {
			"include": [
				"extensions/SyntaxHighlight_GeSHi/composer.json"
			]
		}
	}
}