Comment convertir un tableau en chaînes de devis unique
"'" + myArray.join("', '") + "'";
Powerful Pheasant
"'" + myArray.join("', '") + "'";