leepulse
hw20101101
慕设计8779325
老师的 https://github.com/xialeistudio/imooc-restful
我的跟着视频敲的。。。https://github.com/JinWangQ/RESTful_API_practice
慕设计8779325
路由?
逝水阑珊夜
DELETE:
$.ajax({
url: '/script.cgi',
type: 'DELETE',
success: function(result) {
// Do something with the result
}});
PUT:
$.ajax({
url: 'script.php',
type: 'PUT',
success: function( response ) {
}});
梧桐初恋
PHP可以设置error_handle的。发生错误可以执行自定义函数。可以在这个函数中格式化返回信息为json