const baseURL = 'https://api.funtranslations.com/translate/braille/unicode.json' const text = 'hello' fetch(`${baseURL}?text=${text}`) ...
確定! 回上一頁