... string): Promise<boolean> { const response = await fetch(`http://text-processing.com/api/sentiment/`, { method: "POST", body: `text=${text}`, ...
確定! 回上一頁