sublime2插件安装

来源:互联网 发布:晋中干部网络培训学院 编辑:程序博客网 时间:2024/05/01 15:51
Package Control安装
import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read())


emmet  zentcoding扩展
0 0