摘要:
来源:http://www.shanhubei.com/archives/13628.html 浏览器无法自启动全屏模式报错信息:Failed to execute ‘requestFullscreen’ on ‘Element’: API can only be initiated by a us 阅读全文
摘要:
阅读别人的python源码时碰到了这个yield这个关键字,各种搜索终于搞懂了,在此做一下总结: 通常的for…in…循环中,in后面是一个数组,这个数组就是一个可迭代对象,类似的还有链表,字符串,文件。它可以是mylist = [1, 2, 3],也可以是mylist = [x*x for x i 阅读全文