创建文件并写入选填初始内容。
fs.create_file(content)
content
Int:写入字节数。
Int
file = fs('demo.txt') result = fs.create_file(content)