07/04/29 13:32:04 RPVfs0TI0
>>370の続き
---以下続く---
if(search_phrase.length == 0){
search_phrase = '[UVSET]';
}
var attr_str;
attr_str = '';
if(attribute_condition_ary && attribute_condition_ary.length > 0){
for(key in attribute_condition_ary){
attr_str += ' -attr "' + attribute_condition_ary[key] + '"';
}
}
this.source = arg;
this.attr_str = attr_str;
this.search_phrase = search_phrase;
}