tests.js
来自「这是一个ajax的例子大家好好的看看就是一个鱼眼的效果」· JavaScript 代码 · 共 13 行
JS
13 行
//This file is the command-line entry point for running the tests in//Rhino and Spidermonkey./*=====dojo.tests = { // summary: D.O.H. Test files for Dojo unit testing.};=====*/load("dojo.js");load("tests/runner.js");tests.run();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?