keys(obj).forEach(function(key){ if ( ! found) { if ((typeof obj[key] == 'string') && regexp.exec(obj[key])) { found = true; } } }); return ...
確定! 回上一頁