How to call a JavaScript function from PHP?

后端 未结 10 2550
误落风尘
误落风尘 2020-11-21 23:03

How to call a JavaScript function from PHP?

The followi

10条回答
  •  耶瑟儿~
    2020-11-21 23:23

    I always just use echo ""; or something similar. you're not technically calling the function in PHP, but this as close as your going to get.

提交回复
热议问题