sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.console
/
Console
/
count
count
abstract
fun
count
(
label
:
String
?
)
count
方法会记录调用
count
的次数.
Parameters
label
一个字符串.如果给定,
count
会输出带有该标签的调用次数.如果未提供, 调用
count
的行为就像是带有“default”标签一样.