JSHandleJSHandle.toStringVersion: 23.8.0On this pageJSHandle.toString() 方法 ¥JSHandle.toString() method 返回 JSHandle 的字符串表示形式。 ¥Returns a string representation of the JSHandle. 签名 ¥Signature class JSHandle { abstract toString(): string;} Returns: string 备注 ¥Remarks 在调试过程中很有用。 ¥Useful during debugging.