摘要:
CSS 伪元素 所有CSS伪类/元素 例子: My name is Donald I live in Ducksburg 注意: :before 作用于 IE8,DOCTYPE 必须已经声明. 例子: runoob.com wikipedia.org 注意: :active选择器样式触发时链接到链接 阅读全文
摘要:
1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 const int N=1e5+10; 5 const int INF=0x3f3f3f3f; 6 int cas=1,T; 7 struct no 阅读全文