码迷,mamicode.com
首页 > 编程语言 > 详细

Java文法(3)—— White Space

时间:2015-01-22 01:39:13      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

-------------------------------------------------------------------------------
说明:
	White space is defined as the ASCII space character, horizontal tab character, form
	feed character, and line terminator characters (§3.4).
------------------------------------------------------------------------------
文法:
	WhiteSpace:
		the ASCII SP character, also known as "space"
		the ASCII HT character, also known as "horizontal tab"
		the ASCII FF character, also known as "form feed"
		LineTerminator

  

Java文法(3)—— White Space

标签:

原文地址:http://www.cnblogs.com/xyhr/p/4240487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!