Sử dụng fetch trên console.log để get api test (ok)

const r = await fetch("http://localhost:3000/vehicles",{method: 'GET'});
await r.json();

Previous[JSONPLACEHOLDER SELECT2] Full Sử dụng website jsonplaceholder.typicode.com để thực hành (ok)NextjQuery.naturalWidth / jQuery.naturalHeight images natural Width Height Native Width (ok)
Last updated