- 371 名前:名無しさん@お腹いっぱい。 mailto:sage [2007/04/29(日) 13:32:04 ID: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; }
|

|