test
我的第一篇博客
第1节 我该如何写好博客
写作:在于坚持
收获:在于持久
- C语言测试代码
#include <stdio.h>
int main(void){
printf("hello world\n");
return 0;
}
<script>
document.write("hello World");
<script>
本文来自博客园,作者:philobing,转载请注明原文链接:https://www.cnblogs.com/philobing/p/18147556