“示例页面”的版本历史

跳转到导航 跳转到搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2026年1月30日 (星期五)

  • 当前之前 04:112026年1月30日 (五) 04:11 33DAI 留言 贡献 682字节 +682 创建页面,内容为“== 代码片段 == <syntaxhighlight lang="python" line> def hello_world(): print("Hello World!") </syntaxhighlight> <syntaxhighlight lang="cpp" line highlight="5"> #include <bits/stdc++.h> using namespace std; int main() { cout << "Hello World!"; return 0; } </syntaxhighlight> * lang: 指定语言(如 php, python, javascript, cpp, html, css 等)。 * line: 开启行号显示。 * start: 指定起始行号(例如 start="50")。 * highlight…”