摘要:
从基础掌握和了解 Ajax 系列:http://www.ibm.com/developerworks/cn/web/wa-ajaxintro/ 阅读全文
posted @ 2011-04-16 16:26 Terry_glp 阅读(199) 评论(0) 推荐(0)
|
|||
|
摘要:
从基础掌握和了解 Ajax 系列:http://www.ibm.com/developerworks/cn/web/wa-ajaxintro/ 阅读全文
posted @ 2011-04-16 16:26 Terry_glp 阅读(199) 评论(0) 推荐(0)
摘要:
<script language="javascript"> var str1 = 'a'; var str2 = new String('b'); var num1 = 1; var arr1 = new Array(1,2); var arr2 = new Array(3,4); //string - object - number - object document.write(typeof(str1)+' - '+typeof(str2)+' - '+typeof(num1)+' - 阅读全文
posted @ 2011-04-16 05:35 Terry_glp 阅读(329) 评论(0) 推荐(0) |
|||