js中 fetch请求,以及随机数

2021-02-20 10:19

阅读:679

标签:eth   etc   https   json   clu   on()   请求   ons   random   

fetch

var url=‘https:----------;
            var opt={
                method:"GET",
                credentials: ‘include‘
            };
fetch(url,opt).then(response => response.json())
            .then(data => {})

random:

 random_time=(Math.random()*(0.5-1.3) + 1.3).toFixed(2);

js中 fetch请求,以及随机数

标签:eth   etc   https   json   clu   on()   请求   ons   random   

原文地址:https://www.cnblogs.com/jxfy/p/12919010.html


评论


亲,登录后才可以留言!