<script lanuage="javascript">var tt = new Array("abc","cde","ggg");alert(tt.toString());alert(tt+"");alert(tt.join(""));</script> 相关文章: