摘要:1 语法 1.1 直接量语法 /pattern/attributes 1.2 创建RegExp对象 new RegExp(pattern, attributes) 1.3 说明 pattern是正则表达式,attributes是指修饰符如i,g,m 2 RegExp 对象方法 方法描述 exec 检
阅读全文
posted @ 2015-01-28 13:30
01 2015 档案
摘要:1 语法 1.1 直接量语法 /pattern/attributes 1.2 创建RegExp对象 new RegExp(pattern, attributes) 1.3 说明 pattern是正则表达式,attributes是指修饰符如i,g,m 2 RegExp 对象方法 方法描述 exec 检
阅读全文
posted @ 2015-01-28 13:30
摘要:1.js中 在编程运算中,除法取整数是比较常用的!一般的编程语言都有内置的函数,JS 脚本也不例外。在JavaScript 中,实现除法取整数有两种方法,即是两个内置函数:Math.floor 和Math.ceil。它们是有区别的! Math.floor(27/10); //返回值为小于等于其数值参
阅读全文
posted @ 2015-01-27 14:55
|
||