import React from "react"; const AmazonFrame = ({ src, width, height }) => ( <iframe src={src} width={width} height={height} scrolling="no"></iframe> );.
確定! 回上一頁