摘要: #include<iostream> #include<algorithm> #include<list> using namespace std; struct Node { char a; int b; }; void func(Node &t) { cout << t.a << " " << 阅读全文
posted @ 2018-10-02 17:05 清浅...忆回 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 两个div设置行内块属性,内外边距已经设置为0了,但是两个div之间为什么还有间隙呢?修改如下 将body中的连个div设置为一行就可以了。 阅读全文
posted @ 2018-10-02 10:30 清浅...忆回 阅读(228) 评论(0) 推荐(0) 编辑