1 .[sublime 编辑py文件出现框框怎么去掉(https://segmentfault.com/q/1010000002415020)
如果是因为使用anaconda插件而出现这些框框,可以在可以在 Sublime > Preferences > Package Settings > Anaconda > Settings User 中设置关闭: {"anaconda_linting": false}
2.python strip() 函数和 split() 函数的详解及实例:http://www.aichengxu.com/python/24637597.htm