export default class ProfilePicsBio extends React.Component { state = { pictureURLs: [], // an array of picture URLs would be in here } ...
確定! 回上一頁