Skip to main content
Version: 23.2.0

JSHandle.toString() 方法

¥JSHandle.toString() method

返回 JSHandle 的字符串表示形式。

¥Returns a string representation of the JSHandle.

签名

¥Signature

class JSHandle {
abstract toString(): string;
}

Returns:

string

备注

¥Remarks

在调试过程中很有用。

¥Useful during debugging.