//导入模块
function 导入常用函数模块(){
var url='https://raw.githubusercontent.com/snailuncle/autojsCommonFunctions/master/autojsCommonFunctions.js'
var r = http.get(url)
log("code = " + r.statusCode);
var html=r.body.bytes()
files.writeBytes('./autojsCommonFunctions.js',html)
var common=require('./autojsCommonFunctions.js')
return common
}
var common=导入常用函数模块()
log(common)
for(let i=0;i<33;i++){
common.闪光弹('fire in the hole')
}
-
Notifications
You must be signed in to change notification settings - Fork 17
snailuncle/autojsCommonFunctions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published