今天朋友推荐了一个onenote插件,用于代码的高亮显示
下载链接:
32位的officehttps://pan.baidu.com/s/1hsu6glA
64位的office(应该是这个)https://pan.baidu.com/s/1slgG6LJ
安装方法:
打开onenote,双击安装。
效果图
那我们现在来尝试一下吧
在onenote中输入下列代码:
deftest():
i=0
whilei<>
temp=yieldi
print(temp)
i+=1
t=test()
print(next(t))
在onenote中的效果:
点击左下角可更换背景色:
?
……