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.
Mysql データベースにコンマを含む 2 つの配列があります。
data[]= xyz,abc,raw;
value[] = 20,30,50;
このJsonの結果が欲しい=>
[["xyz",20], ["abc",30],["raw",50],]
助けて、ありがとう