(一)先安装zencode插件

 

(二)运用插件

第一步:
键入:
html:xt
 再
Ctrl+Alt+Enter键
得到
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd?">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Document</title>
</head>
<body>
 
</body>
</html>
第二步:
键入:
div.red+div>p#foo$*3
 再
Ctrl+Alt+Enter键
得到
<div class="red"></div>
<div>
 <p ></p>
</div>

相关文章:

  • 2021-07-20
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-04-05
  • 2021-12-04
  • 2021-12-16
猜你喜欢
  • 2021-12-08
  • 2022-12-23
  • 2021-12-04
  • 2021-11-22
  • 2022-01-23
  • 2021-09-15
  • 2022-01-18
相关资源
相似解决方案