2009年8月26日
摘要: [代码][代码] 阅读全文
posted @ 2009-08-26 17:53 钱途无梁 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: 类型转换:parseInt\parseFloat\toString类型判断:typeof;eg:if(typeof(var)!="undefined")\isNaN字符处理函数:toLowerCase\touppercase\substring(从哪里截到哪)\substr(从哪里开始;截多少个字符) \indexOf(字串中找某串字符)\replace(替换函数)\charCodeAtconcatsplitjoin定时处理函数:setInterval;setTimeout;clearTimeout;clearInterval两个显示控制属性:visibility(hidden,hide,sh 阅读全文
posted @ 2009-08-26 16:24 钱途无梁 阅读(3902) 评论(0) 推荐(1) 编辑