免费建设企业网站做英语网站
不换行:
write 'hello world!'.
 write '春天马上就到了!'.

换行:
 write 'hello world!'.
 write /'春天马上就到了!'.

换行的第二种:
 write: 'hello world!' ,/,'春天马上就到了!'.

不换行:
write 'hello world!'.
 write '春天马上就到了!'.

换行:
 write 'hello world!'.
 write /'春天马上就到了!'.

换行的第二种:
 write: 'hello world!' ,/,'春天马上就到了!'.
