Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
その単純な質問
私は1つのjquery配列を持っています
arry = [ 'apple=1', 'apple=2', 'orange=5', 'orange=7', 'orange=9', 'guava=12', 'guava=11' ];
上記の配列を文字列に変換したい
str = 'apple=1*2*~orange=5*7*9~guava=12*11';
これで私を助けてください...
(実際には、これを行うためのさまざまな興味深い方法を探しています)