为自己写代码
c4ys = Code for yourself
菜单
跳至正文
首页
linux下chrome标签栏乱码解决
大部分时候是因为浏览器编码错误:
vim `which google-chrome`
在EXPORT下面加入:
LANG="zh_CN.UTF-8"
文章导航
←
python面试题
python的stripslaches函数
→