Can I use php in javascript?

后端 未结 7 514
萌比男神i
萌比男神i 2021-01-25 23:49

Begginer\'s question.

Can I use PHP in javascript?

For example in jquery,

...
...
triggers.eq(1).post(\'

        
7条回答
  •  不要未来只要你来
    2021-01-26 00:33

    Rename your files with the extension of PHP and then you can use PHP code inside of your file.

    Another solution to tell your server to render your JS files as PHP script. For some performance and security reasons it's not recommended.

提交回复
热议问题