最佳答案
我正在使用上述方法,它与一个参数在 URL 工作得很好。
例如应用控制器/动作/参数格式的 Students/getstud/1
。
Now I have an action in Students controller that accepts two parameters and return a JSON object.
那么如何使用 post 方法发布 $.getJSON()
中的数据呢?
类似的方法也是可以接受的。
关键是使用 AJAX 调用控制器的操作。