标签: ionic-framework
我在Localstorage index 下的file.txt上保存了一些数据。 我目前正在撰写一个RestEndpoint函数调用,该调用需要param textfile。
Localstorage
index
file.txt
RestEndpoint
param
textfile
我如何撰写restendpoint函数调用并将localstorage的数据作为params传递?
restendpoint
localstorage
params