初始化: std::pair<int, float> p; //initialize p.first and p.second with zero std::pair<int, const char*> p(42, "hello"); make_pair(42, "hello"); // no need for the var name, it's returned by make_pair make_pair<int, float&g…
①.特性 首个单词为标签,有一些不能识别的标签可作为code,如each for case if else if unless zen coding风格添加标签,如 .nb#hello 生成 <div class="nb" id="hello"></div> 缩进必须统一使用tab或space,否则会报错 通过缩进来表示嵌套关系,这个很重要!如 p a 生成 <p><a></a>&…