feellikelearning.idea@gmail.com
Feel Like Learning
程序|生活|学到就是赚到
feellikelearning February 12, 2021 0 Comments
Python
以下在Python 2.7,MacOS上试过
f = open('ctrla.txt', 'w') f.write('abc') f.write(u'\u0001') f.write('35') f.close()
vim ctrla.txt 1 abc^A35
本文链接
← Previous post
Next post →
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ