如何在控制器中调用javascript函数如下
在 example.js
function hello(){
alert("hi");
}
在 exampleController.php
function index(){
hello();
}
如何在控制器中调用javascript函数如下
在 example.js
function hello(){
alert("hi");
}
在 exampleController.php
function index(){
hello();
}