Files
bettergi-scripts-list/example/js/CallExternalScriptFunctions/utils.js
2025-05-28 17:46:05 +08:00

7 lines
118 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function logInfo() {
log.info("你好我是一个utils模块的测试函数");
}
this.utils = {
logInfo
};