Spesso, quando sto inizializzando qualcosa devo usare una variabile temporanea, ad esempio:
file_str = "path/to/file"
file_file = open(file)
o
regexp_parts = ['foo', 'bar']
regexp = new RegExp( regexp_parts.join('|') )
Tuttavia,...
posta
11.11.2011 - 13:35