ionic
ionic copied to clipboard
后台数据交互
你好,可否给一些后台数据交互事例吗?
比如:
findAll : function(tableName,requestParams){ var url =config.basePath+tableName+"/findAll.do?callback=JSON_CALLBACK"; return $http.jsonp(url,{params:requestParams});