How can I call PHP functions by JavaScript?

后端 未结 11 1364
情话喂你
情话喂你 2020-11-22 12:08

I am trying to call a PHP function from an external PHP file into a JavaScript script. My code is different and large, so I am writing a sample code here.

This is m

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 12:49

    use document.write for example,

    
    

提交回复
热议问题