sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.webview
/
Controller
/
getLocalStorageItem
get
Local
Storage
Item
abstract
fun
getLocalStorageItem
(
key
:
String
)
:
String
?
从 LocalStorage 中获取指定键的值。
Return
对应的值,如果不存在则返回
null
。
Parameters
key
键。