POD:<br />
byte	޷8λ(0~255)<br />
char	޷16λ(0~65535)<br />
short	з16λ(-32768~+32767)<br />
int	з32λ(-2,147,483,648~2,147,483,647)<br />
long	з64λ(-9,223,372,036,854,775,808~9,223,372,036,854,775,807)<br />
double	˫ȸ(1.7E+10-308~1.7E+10+308)<br />
bool	(true,false)<br />
String 	ַ(multibyte characters string)<br />
<br />
:<br />
[](Array)	(POD͵ΪPOD(string),͵Ϊָ)<br />
<br />
:<br />
System	ϵͳƽ̨صü<br />
Exception	쳣<br />
<br />
ָ:<br />
nilptr	ָ,,byte short char int long bool double<br />
<br />
չö:<br />
Thread			̶߳(),ͬjavaThread<br />
Vector			vector(ģ)<br />
Map(Iterator)		ںmapʵ(ģ)<br />
List(Iterator)		б(ģ)<br />
Pattern(Result)		ʽ()<br />
HttpRequest		http(Ҫlibcurl)()<br />
Unsi(Instance)		ͨ÷ӿ()<br />
AsyncInput		첽ӿ(ӿ)<br />
JsonObject		Json<br />
JsonArray			Json<br />
Timer			ʱ<br />
TimerTask			ʱӿ<br />
Window			Windowsƽ̨µĴ<br />
Math			ѧ<br />
<br />
쳣:<br />
DivByZeroException		쳣<br />
IndexOutOfBoundsException	±Խ쳣<br />
ArrayStoreException		鴢쳣<br />
ClassCastException		ǿת쳣<br />
IllegalArgumentException	쳣<br />
NullPointerException	ָ쳣<br />
OutOfMemoryException	ڴ쳣()<br />
InvalidIteratorException	ʧЧ쳣<br />