fileHandle = open ( 'hello1.txt', 'w' )
fileHandle.write(hello1.text)
fileHandle.close()
fileHandle = open ( 'hello2.txt', 'w' )
fileHandle.write(hello2.text)
fileHandle.close()
fileHandle = open ( 'hello3.txt', 'w' )
fileHandle.write(hello3.text)
fileHandle.close()
.....
.........
如何循环下输出
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!