我有 jquery 脚本
wamp/www/codeigni/js/script.php
我有welcome.php作为控制器。我想通过来自'script.php'的ajax从控制器'welcome.php'访问方法“getOneUserAjax”
$.post("<?php echo site_url('/welcome/getOneUserAjax');?>",formData,function(data)
{
alert("hi");
alert("success");
});
我尝试了其他方法可以如何在 script.php 中给出路径