From 4d411ad9f8510854f40d07d9887bbcfbe1b926c9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Mar 2022 14:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dapi=E7=9A=84=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/o2_core/o2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/o2_core/o2.js b/o2web/source/o2_core/o2.js index fc8aaede40..d8b1d6ddcd 100644 --- a/o2web/source/o2_core/o2.js +++ b/o2web/source/o2_core/o2.js @@ -662,7 +662,7 @@ if (!window.o2) { *
options参数格式如下:
          * {
          *      "noCache":  是否使用缓存,默认true,
-         *      "reload":   如果相同路径的js文件已经在如果了,是否重新载入,默认为:false
+         *      "reload":   如果相同路径的js文件已经加载了,是否重新载入,默认为:false
          *      "sequence": 当urls参数为数组时,多个脚本文件是否按数组顺序依次载入,默认为false
          *      "type":     载入脚本的类型,默认为"text/javascript"
          *      "baseUrl":  要载入脚本的url的base路径,默认""
-- 
GitLab