摘要: <!DOCTYPE html><html><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <script> var reg_class=new RegExp("^\.+"); console.log(reg_class.test(".abc")); var reg_id=/^#/; console. 阅读全文
posted @ 2013-05-22 19:03 microsoft_kk 阅读(269) 评论(0) 推荐(0) 编辑
摘要: console.time('a'); //开始计时 console.trace(); //显示方法调用流程 console.dirxml(p); //显示对象的xml console.timeEnd('a'); //结束计时 console.group('flag1'); //分组显示,以免混淆 console.log('1'); console.groupEnd(); console.group('flag2')... 阅读全文
posted @ 2013-05-22 12:01 microsoft_kk 阅读(220) 评论(0) 推荐(0) 编辑