0xA*_*xAX 0 file-io haskell file
例如需要这个文本来写一个文件:
This is some simple text "it's quote", test test
我writeFile :: FilePath -> String -> IO ()
用来写文件,但是当我尝试在文件中写这个字符串时,在文件中我看到:
This is some simple text \"it\'s quote\", test test
如何删除\符号,我只需要在我的文本文件中"没有\".
谢谢.
归档时间: |
|
查看次数: |
289 次 |
最近记录: |