void profile(. [String? title]. ) Implementation. void profile([String? title]) => _isConsoleDefined ? JS('void', 'window.console.profile(#)', title) : null ...
確定! 回上一頁