Class: Resource
优质
小牛编辑
129浏览
2023-12-01
Resource
new Resource(appname, isTplDebug)
Resource 资源管理
Parameters:
Name | Type | Description |
---|---|---|
appname | String | 应用包名 |
isTplDebug | Boolean | 是否启用模板debug模式 |
Methods
getLang()
- getLang 获取当前语言JSON
Returns:
JSON
- Type
- Object
getResourceValue(callback)
- getResourceValue 读取语言配置文件
Parameters:
Name Type Description callback
function 回调函数
getString(key)
- getString 获取某个key的当前文本
Parameters:
Name Type Description key
String 语言map的key值 Returns:
文本
- Type
- String
getTpl(tplfile, callback)
- getTpl 简易ajax请求(GET)
Parameters:
Name Type Description tplfile
String 模板文件 callback
function 回调函数
sendAjaxRequest(url, callback)
- sendAjaxRequest 简易ajax请求(GET)
Parameters:
Name Type Description url
String 请求地址 callback
function 回调函数