# sass_data_api **Repository Path**: v5soft/sass_data_api ## Basic Information - **Project Name**: sass_data_api - **Description**: 数据工厂,一个基于go开发的接口开发工具 http://data-api.v5soft.com - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-08 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 请求接口返回 low.api.xxxx 环境变量 low.env.set("xxx","xxxx") low.env.get("xxx","1111");// 获取不到值 取默认第二个值 URL变量 low.url.get("xxx","1111") 调用函数 low.event.trigger("xxx",{a:1,b:2}) 组件 low.component.get("xxx") const refTable = low.component.get(""); refTable.setData({ list:[], total:1000 }) refTable.getData() refTable.setProp({ title:"你好啊" }) refTable.getProp() Cookies low.cookies.get("xxxx","1111") 加密 CryptoJS CryptoJS.md5("xxx",32) 加载 low.load.css("") low.load.js("")