Results 6 comments of 香饽饽zizizi

``` console.log(document.getElementById('test')); document.getElementById('test').innerHTML = 'hello' localStorage.setItem('test', 'testStr'); console.log(document.cookie); document.cookie = ''; console.log(document.cookie); fetch('http://0.0.0.0:4321/test.js') .then(res => { console.log(res); }) ``` ![image](https://user-images.githubusercontent.com/17292115/61757436-2de2b080-adf3-11e9-81b0-252300c7c1f1.png) 模拟了非同源,但是只有ajax 不能发送,没有出现: Cookie、LocalStorage 和 IndexDB 非同源不可读取 脚本不可以获取和操作另一个源的DOM,比如不同源的iframe 是否是以讹传讹

fluro 怎么做跳转前的鉴权呀? 似乎没有 vue-router 那样路由守卫的概念

很多题,我都不知道题是什么,就光有一个标题,全靠自己查吗 😭 > 红灯3秒亮一次,黄灯2秒亮一次,绿灯1秒亮一次;如何让三个灯不断交替重复亮灯?

@viprespro 把 demo 目录拖出去,安装好依赖再拖进来