摘要: Learn how to avoid the boilerplate of passing the props down the intermediate components by introducing more container components. Code to be refactor 阅读全文
posted @ 2016-01-29 16:56 Zhentiw 阅读(279) 评论(0) 推荐(0)
摘要: var str = "Is this This?"; //var regex = new RegExp("is", "gi"); var regex = /is/gi; //console.log(regex.test(str)); console.log(regex.exec(str)); //[ 阅读全文
posted @ 2016-01-29 05:15 Zhentiw 阅读(188) 评论(0) 推荐(0)