Appearance
function scrollToLeft(scroll: HTMLElement): void
将可滚动元素滚动到最左侧
scrollToLeft(dom: HTMLElement);
scroll
HTMLElement
要滚动的元素
void