today2004 发表于 2010-11-6 18:57:34

如何在txt文档的每行开头或者结尾加上指定的字符

如题
如何在txt文档的每行开头或者结尾加上指定的字符

xianhou 发表于 2010-11-6 19:19:44

本帖最后由 xianhou 于 2010-11-7 16:39 编辑

$line_string = filereadline()
filewriteline( $line_head_string & $line_string & $line_tail_string)

无名蜘蛛 发表于 2010-11-7 16:35:20

一行一行的读取然后写入
页: [1]
查看完整版本: 如何在txt文档的每行开头或者结尾加上指定的字符