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

📄 _rhinorunner.js

📁 这是一个ajax的例子大家好好的看看就是一个鱼眼的效果
💻 JS
字号:
if(this["dojo"]){	dojo.provide("doh._rhinoRunner");}doh.debug = print;// Override the doh._report method to make it quit with an // appropriate exit code in case of test failures.(function(){	var oldReport = doh._report;	doh._report = function(){		oldReport.apply(doh, arguments);		if(this._failureCount > 0 || this._errorCount > 0){			quit(1);		}	}})();

⌨️ 快捷键说明

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