摘要:
1、意思不同。margin:auto=margin:auto auto auto auto,表示上下左右都为auto;margin:... 阅读全文
摘要:
由于在实际代码书写当中遇到一些问题,网上搜索之后发现这篇文章比较好,于是弄过来给大家看,如果大家想看原文,可以在最下方找到链接,该文... 阅读全文
摘要:
一:绝对定位 position: absolute;绝对定位:绝对定位是相对于元素最近的已定位的祖先元素(即是设置了绝对定位或者相对... 阅读全文
摘要:
#includeint main() { char text[3][20];//定义三行,每行最多不超过20个字符的二位数组 ... 阅读全文
摘要:
#include #include using namespace std;int main(){ string str[80... 阅读全文
摘要:
#include#includemain(){ char a[40]; //定义一个存放待判断的字符数组 int i=0,len; ... 阅读全文
摘要:
#include #include int main(){ int i,j; char s[5][20],t[20]; for(i=... 阅读全文
摘要:
#include #include int main(){ int i = 0; char s[80] = {""},... 阅读全文