跳至主要内容
版本: 22.5.0

Locator.clone() 方法

克隆定位器。

签名:

class Locator {
clone(): Locator<T>;
}

返回值

Locator<T>