Skip to main content
Version: 24.38.0

JSHandle.toString() 方法

🌐 JSHandle.toString() method

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

🌐 Returns a string representation of the JSHandle.

语法

🌐 Signature

class JSHandle {
abstract toString(): string;
}

返回:

string

附注

🌐 Remarks

在调试过程中很有用。

🌐 Useful during debugging.