标签:style blog http ar color sp on div 2014
1. 关于图片的问题
2. 代码高亮显示插件
void main() { char c; c = getchar(); putchar(c); putchar(‘\n‘); system("pause"); }
3. 另外一个代码高亮插件
void main()
{
	char c;
	c = getchar();
	putchar(c);
	putchar(‘\n‘);
	system("pause");
}标签:style blog http ar color sp on div 2014
原文地址:http://www.cnblogs.com/zhanglianbo/p/4112070.html