iT邦幫忙

DAY 19
4

Javascript cookbook系列 第 15

Javascript cookbook (19)

  • 分享至 

  • xImage
  •  

灑花灑花
以換行方式撰寫文字
灑花灑花
document.writeln 可以換行方式撰寫文字(需包在<pre></pre>內)

程式碼如下:

		<script>
			document.writeln("This is line 1.");
			document.writeln("This is line 2.");	
			document.writeln("This is line 3.");
			document.writeln("This is line 4.");							
		</script>
		
    
    
    


鐵人文總整理


上一篇
Javascript cookbook (18)
下一篇
Javascript cookbook (20)
系列文
Javascript cookbook26
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

我要留言

立即登入留言