簡單讀寫 Local Storage
若要讀寫 local storage,可直接使用 Web API 自帶的 function。
若要讀寫 local storage,可直接使用 Web API 自帶的 function。
fetch() is provided by Web API. We can use fetch() to delete data to RESTful API without any packages.
fetch() is provided by Web API. We can use fetch() to patch partial data to RESTful API without any packages.
fetch() is provided by Web API. We can use fetch() to put updated data to RESTful API without any packages.
fetch() is provided by Web API. We can use fetch() to post new data to RESTful API without any packages.
fetch() is provided by Web API. We can use fetch() to get data from RESTful API without any packages.
We don’t have data binding on Web API. We have to use forEach() to get the checked radio.
Although we can’t read Excel files on Web API directly, we can use the xlsx package to finish the task.
If we use JSON files as configuration for our Web App, we can use fetch() or import to read JSON files in the Browser.
We can upload the file by Web API.