# autojsCommonFunctions **Repository Path**: byst4nder/autojsCommonFunctions ## Basic Information - **Project Name**: autojsCommonFunctions - **Description**: 常用autojs模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-01-04 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # autojsCommonFunctions # 导入模块 ``` //导入模块 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') } ```