props: ClickableListProps<T>, ref: React.ForwardedRef<HTMLUListElement> ) { return ( <ul ref={ref}> {props.items.map((item, i) => (
確定! 回上一頁