{ id : 'top-progress-bar', // 请勿修改该值 color : '#77b6ff', height : '2px', duration: 0.2, }
摘要: 1.下面程序中的加注释方式是合法的: #include <stdio.h> void main() { int x/*x初始化*/=0; /*打印*/printf("%d",x); } 这种就不合法: #incl/* */ude <stdio.h> 这样也不合法: #include <st/*x初始 阅读全文
posted @ 2021-01-08 19:27 星空Dreamer 阅读(551) 评论(0) 推荐(0)