/^[\x20\t\r\n\f]*([>+~]|[\x20\t\r\n\f])[\x20\t\r\n\f]*/這個正則錯了吧?去掉^才對
2017-05-17
var cache = {}
var object = cache[options] = {};
//cache = {
// "once,memory":{
// once,memory" :true
// }
//}
//
//object = {
// "once,memory" :true
//}
很精髓的關聯啊,厲害!!!
var object = cache[options] = {};
//cache = {
// "once,memory":{
// once,memory" :true
// }
//}
//
//object = {
// "once,memory" :true
//}
很精髓的關聯啊,厲害!!!
2017-05-14
這一節看了兩天,主要是javascript學的很虛。查了很多的資料,也走神了很久。但是總算是看完了。繼續吧,繼續。
2017-04-28