我的代码
$data = "{1,2,3}";
我需要输出
[
"1",
"2",
"3"
]
我使用
$data = explode(',',$data);
但它也带有牙套
"{1",
"3}"
谁有办法去除牙套还是有更好的方法?谢谢。
月关宝盒
牛魔王的故事
相关分类