⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jsonpservice.js

📁 用最近的dojo1.2.1制作前端的ajax购书网站
💻 JS
字号:
/*	Copyright (c) 2004-2008, The Dojo Foundation All Rights Reserved.	Available via Academic Free License >= 2.1 OR the modified BSD license.	see: http://dojotoolkit.org/license for details*/if(!dojo._hasResource["dojo.rpc.JsonpService"]){dojo._hasResource["dojo.rpc.JsonpService"]=true;dojo.provide("dojo.rpc.JsonpService");dojo.require("dojo.rpc.RpcService");dojo.require("dojo.io.script");dojo.declare("dojo.rpc.JsonpService",dojo.rpc.RpcService,{constructor:function(_1,_2){if(this.required){if(_2){dojo.mixin(this.required,_2);}dojo.forEach(this.required,function(_3){if(_3==""||_3==undefined){throw new Error("Required Service Argument not found: "+_3);}});}},strictArgChecks:false,bind:function(_4,_5,_6,_7){var _8=dojo.io.script.get({url:_7||this.serviceUrl,callbackParamName:this.callbackParamName||"callback",content:this.createRequest(_5),timeout:this.timeout,handleAs:"json",preventCache:true});_8.addCallbacks(this.resultCallback(_6),this.errorCallback(_6));},createRequest:function(_9){var _a=(dojo.isArrayLike(_9)&&_9.length==1)?_9[0]:{};dojo.mixin(_a,this.required);return _a;}});}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -