摘要: 1:API地址: http://www.cnblogs.com//services/metaweblog.aspx 来自为知笔记(Wiz) 阅读全文
posted @ 2016-07-15 11:24 【唐】三三 阅读(175) 评论(0) 推荐(0)
摘要: 1.构建对象的方法 2.String字符串对象 1.查找:indexOf() 2.内容匹配:match() var str = "Hello World"; //匹配 document.write(str.match("World")+""); document.write(str.match("world")); ... 阅读全文
posted @ 2016-07-15 11:13 【唐】三三 阅读(442) 评论(0) 推荐(0)