Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.util
/
buildUrl
build
Url
inline
fun
buildUrl
(
url
:
Url
?
=
null
,
builder
:
URLBuilder
.
(
)
->
Unit
)
:
Url
(
source
)
inline
fun
buildUrl
(
urlString
:
String
,
builder
:
URLBuilder
.
(
)
->
Unit
)
:
Url
(
source
)
通过
URLBuilder
lambda 构建
Url
实例。