Best method for converting a PHP array to javascript

前端 未结 4 669
无人共我
无人共我 2020-12-03 19:39

I am passing a PHP array to a javascript function. The only way I know to do this is to create a js array from the PHP array and pass that to the js function. But this creat

4条回答
提交回复
热议问题