}


} catch (e) {}

return result;
}
};

// ===================== 通用工具函数 =====================
const Tool = {
sleep(min, max = min) {
const delay = Math.floor(Math.random() * (max - min) + min);
return new Promise(resolve => setTime
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments
  • Pinned